Skip to content

Commit 5e8ba40

Browse files
authored
update to node 18 (#1)
1 parent c1c16fa commit 5e8ba40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14-slim
1+
FROM node:18-slim
22
RUN npm install -g firebase-tools
33
COPY entrypoint.sh /usr/local/bin
44
ENTRYPOINT ["entrypoint.sh"]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Deploy to Firebase Functions for Node14
1+
# Deploy to Firebase Functions for Node18
22

3-
A GitHub Action to deploy to Firebase Cloud Functions for Node14.
3+
A GitHub Action to deploy to Firebase Cloud Functions for Node18.
44

55
- Make sure that you checkout the repository using the [actions/checkout](https://github.com/actions/checkout) action
66
- Make sure that you have the `firebase.json` file in the repository
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: jsryudev/[email protected].2
26+
- uses: dayzero-eng/[email protected].1
2727
env:
2828
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
2929
FIREBASE_PROJECT: firebase-project-id
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v2
46-
- uses: jsryudev/[email protected]
46+
- uses: dayzero-eng/[email protected]
4747
env:
4848
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
4949
FIREBASE_PROJECT: firebase-project-id

0 commit comments

Comments
 (0)