Skip to content

Commit 66d96cf

Browse files
committed
chore: upgrade builds to node v20
1 parent 926b688 commit 66d96cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: '18.x'
15+
node-version: '20.x'
1616

1717
- uses: actions/cache@v3
1818
with:

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: '18.x'
17+
node-version: '20.x'
1818

1919
- uses: actions/cache@v3
2020
with:

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: '18.x'
21+
node-version: '20.x'
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- uses: actions/cache@v3
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-node@v3
4848
with:
49-
node-version: '18.x'
49+
node-version: '20.x'
5050
registry-url: 'https://registry.npmjs.org'
5151

5252
- uses: actions/cache@v3

0 commit comments

Comments
 (0)