We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm install
1 parent 063f71d commit 007ed73Copy full SHA for 007ed73
1 file changed
.github/workflows/nodejs-test.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: lts/*
23
cache: npm
24
- - run: npm ci
+ - run: npm install
25
- run: npm run lint
26
27
test:
0 commit comments