Skip to content

Commit df0e2bf

Browse files
committed
chore: use corepack, bump actions
1 parent 27e03d0 commit df0e2bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
9+
- uses: actions/checkout@v4
10+
- run: corepack enable
11+
- uses: actions/setup-node@v4
1112
with:
1213
node-version: '20'
14+
cache: 'yarn'
1315
- run: yarn --immutable
1416
- run: yarn test
1517
- uses: devmasx/coverage-check-action@v1.2.0

0 commit comments

Comments
 (0)