diff --git a/Dockerfile b/Dockerfile index 7532a3ea..e4fe5dc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14-slim +FROM node:18-slim RUN npm install -g firebase-tools COPY entrypoint.sh /usr/local/bin ENTRYPOINT ["entrypoint.sh"] diff --git a/README.md b/README.md index f1f79932..922f2e6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Deploy to Firebase Functions for Node14 +# Deploy to Firebase Functions for Node18 -A GitHub Action to deploy to Firebase Cloud Functions for Node14. +A GitHub Action to deploy to Firebase Cloud Functions for Node18. - Make sure that you checkout the repository using the [actions/checkout](https://github.com/actions/checkout) action - Make sure that you have the `firebase.json` file in the repository @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: jsryudev/deploy-firebase-functions@v0.0.2 + - uses: dayzero-eng/deploy-firebase-functions@v0.0.1 env: FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} FIREBASE_PROJECT: firebase-project-id @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: jsryudev/deploy-firebase-functions@v0.0.2 + - uses: dayzero-eng/deploy-firebase-functions@v0.0.2 env: FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} FIREBASE_PROJECT: firebase-project-id