We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276ef10 commit 580a51eCopy full SHA for 580a51e
‎.github/workflows/check.yml‎
@@ -8,9 +8,9 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v2
12
- - uses: ljharb/actions/node/install@1f631e8a1b9d01db48955c090cf4720b1897942b
13
- name: 'nvm install lts/* && npm ci'
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
14
with:
15
node-version: lts/*
+ - run: npm i
16
- run: npm test
0 commit comments