Skip to content

Commit

Permalink
upgrade ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonka3000 committed Jan 28, 2024
1 parent 8e55acc commit 4cc5c80
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 @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest

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

0 comments on commit 4cc5c80

Please sign in to comment.