Skip to content

Commit

Permalink
Use node 20 in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed Feb 13, 2024
1 parent 604b639 commit a411cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm i
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm i
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm i
Expand Down

0 comments on commit a411cc9

Please sign in to comment.