Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
HaruChanHeart committed Dec 23, 2023
1 parent f5214ee commit 189a55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Node and NPM
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: Install and build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: npm install
Expand Down

0 comments on commit 189a55d

Please sign in to comment.