Skip to content

Commit

Permalink
use node 20 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tonka3000 committed Jan 28, 2024
1 parent 899d988 commit 8e55acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "20.x"
- name: npm install, build, and test
run: |
node --version
Expand Down

0 comments on commit 8e55acc

Please sign in to comment.