Skip to content

Commit

Permalink
Use Node.js v20 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Dec 17, 2023
1 parent 39115d4 commit a07805a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version: 20
- run: npm install
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version: 20
- run: npm install
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit a07805a

Please sign in to comment.