Skip to content

Commit

Permalink
use node16
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosttveit committed Dec 18, 2023
1 parent b39f592 commit cfd4476
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cd functions && npm ci
- name: Deploy functions
uses: w9jds/firebase-action@master
Expand All @@ -23,6 +26,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cd web && npm ci && npm run build
- name: Deploy hosting
uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cd web && npm ci && npm run build:staging
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit cfd4476

Please sign in to comment.