Skip to content

Commit 1b7ef4c

Browse files
committed
build: node 20
1 parent 2b5d6c6 commit 1b7ef4c

File tree

6 files changed

+7610
-8281
lines changed

6 files changed

+7610
-8281
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v2
2828
with:
29-
node-version: '16.x'
29+
node-version: '20.x'
3030

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

112112
- name: Cache dependencies

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

0 commit comments

Comments
 (0)