Skip to content

Commit 783190e

Browse files
committed
build: node 20
1 parent 1184dca commit 783190e

File tree

7 files changed

+4033
-4094
lines changed

7 files changed

+4033
-4094
lines changed

.github/workflows/deploy.yml

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

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

111111
- name: Cache dependencies

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v2
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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

0 commit comments

Comments
 (0)