Skip to content

Commit

Permalink
use node 20 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Jan 24, 2024
1 parent 1423124 commit 0516c05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Set Node.js 16.x
uses: actions/setup-node@v3
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: 'yarn'
node-version-file: '.nvmrc'

- name: Create .env file
uses: SpicyPizza/create-envfile@v1.3.1
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20

0 comments on commit 0516c05

Please sign in to comment.