Skip to content

Commit

Permalink
update node version #246
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Jan 26, 2024
1 parent 7849ced commit 6f9b00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.13.0
node-version: 20.11.0
- uses: actions/cache@v2
with:
path: ~/.npm
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 16.13.0
node-version: 20.11.0
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uncommitted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.13.0
node-version: 20.11.0
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down

0 comments on commit 6f9b00e

Please sign in to comment.