Skip to content

Commit 4810139

Browse files
Fix CI
1 parent aa60eed commit 4810139

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919

2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v2
21+
- uses: actions/setup-node@v4
22+
2223
with:
23-
node-version: '18.x'
24+
node-version: 20
25+
26+
- name: Corepack
27+
run: corepack enable
2428

2529
- name: Yarn install
2630
run: yarn

0 commit comments

Comments
 (0)