Skip to content

Commit

Permalink
build: node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jan 23, 2025
1 parent 2b7669c commit 73b1be8
Show file tree
Hide file tree
Showing 7 changed files with 14,380 additions and 15,493 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'

- name: Cache dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
if: steps.pkg_version.outputs.publish == 1
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org/'

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org/'

- name: Cache dependencies
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
Loading

0 comments on commit 73b1be8

Please # to comment.