Skip to content

Commit

Permalink
upgrade deps with node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
soomtong committed Feb 26, 2024
1 parent 425c268 commit b774ecb
Show file tree
Hide file tree
Showing 6 changed files with 2,032 additions and 1,671 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- name: Prepare dot npmrc for private registry
run: echo //npm.pkg.github.com/:_authToken=${{ secrets.GH_TOKEN }} >> ~/.npmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '20'
cache: 'npm'
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
Expand Down
Loading

0 comments on commit b774ecb

Please sign in to comment.