We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5afb7d commit 8abaaceCopy full SHA for 8abaace
3 files changed
.github/workflows/pull-request.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/setup-node@v1
25
with:
26
node-version: 20.6.1
27
- - run: npm install
+ - run: npm ci
28
- run: npm run lint
29
30
package-report:
@@ -104,5 +104,6 @@ jobs:
104
105
106
node-version: ${{ matrix.node-version }}
107
+ - run: npm install -g npm@7.24.2 # version of npm compatible with all tested node versions
108
109
- run: npm test
.gitignore
@@ -1,2 +1 @@
1
node_modules/
2
-package-lock.json
0 commit comments