Skip to content

Commit e44bb7f

Browse files
committed
build: node 20
1 parent 07bad6d commit e44bb7f

File tree

7 files changed

+16575
-16729
lines changed

7 files changed

+16575
-16729
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '16.x'
28+
node-version: '20.x'
2929

3030
- name: Cache dependencies
3131
uses: actions/cache@v3
@@ -106,7 +106,7 @@ jobs:
106106
if: steps.pkg_version.outputs.publish == 1
107107
uses: actions/setup-node@v3
108108
with:
109-
node-version: '16.x'
109+
node-version: '20.x'
110110
registry-url: 'https://registry.npmjs.org/'
111111

112112
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '16.x'
28+
node-version: '20.x'
2929
registry-url: 'https://registry.npmjs.org/'
3030

3131
- name: Cache dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

0 commit comments

Comments
 (0)