Skip to content

Commit 818bd22

Browse files
committed
chore: use node 20 in CI
1 parent 43dc7c8 commit 818bd22

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node 20
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20
2020
cache: yarn
2121

2222
- name: Install dependencies

.github/workflows/npm-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: corepack enable
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18
14+
node-version: 20
1515
- run: yarn install
1616
- run: yarn build
1717
- uses: JS-DevTools/npm-publish@v1

.yarn/install-state.gz

613 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)