Skip to content

Commit

Permalink
update depnedancy
Browse files Browse the repository at this point in the history
Upgrade node to version 20
  • Loading branch information
ibelar committed Nov 19, 2023
1 parent a4a8967 commit 772f3d6
Show file tree
Hide file tree
Showing 4 changed files with 1,714 additions and 5,987 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup node
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'

- name: clean-install
run: npm ci
Expand Down
Loading

0 comments on commit 772f3d6

Please sign in to comment.