Skip to content

Commit 580a51e

Browse files
committed
💚 fix CI
1 parent 276ef10 commit 580a51e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: ljharb/actions/node/install@1f631e8a1b9d01db48955c090cf4720b1897942b
13-
name: 'nvm install lts/* && npm ci'
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1413
with:
1514
node-version: lts/*
15+
- run: npm i
1616
- run: npm test

0 commit comments

Comments
 (0)