Skip to content

Commit 62ddbcc

Browse files
committed
chore(ci): bump node version
1 parent 3f01c70 commit 62ddbcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 18
22+
node-version: 20
2323

2424
- name: Check Yarn Version
2525
run: yarn --version

.github/workflows/publish-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 18
22+
node-version: 20
2323
registry-url: "https://registry.npmjs.org"
2424

2525
- name: Install dependencies

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 18
26+
node-version: 20
2727
registry-url: "https://registry.npmjs.org"
2828

2929
- name: Install dependencies

0 commit comments

Comments
 (0)