Skip to content

Commit e88f0de

Browse files
committed
build: node 20
1 parent c89ef51 commit e88f0de

File tree

7 files changed

+8907
-9292
lines changed

7 files changed

+8907
-9292
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18.x'
29+
node-version: '20.x'
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v4
@@ -108,7 +108,7 @@ jobs:
108108
if: steps.pkg_version.outputs.publish == 1
109109
uses: actions/setup-node@v4
110110
with:
111-
node-version: '18.x'
111+
node-version: '20.x'
112112
registry-url: 'https://registry.npmjs.org/'
113113

114114
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18.x'
29+
node-version: '20.x'
3030
registry-url: 'https://registry.npmjs.org/'
3131

3232
- name: Cache dependencies

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

0 commit comments

Comments
 (0)