Skip to content

Commit 8abaace

Browse files
authored
add package-lock.json (#26)
1 parent f5afb7d commit 8abaace

3 files changed

Lines changed: 3088 additions & 3 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v1
2525
with:
2626
node-version: 20.6.1
27-
- run: npm install
27+
- run: npm ci
2828
- run: npm run lint
2929

3030
package-report:
@@ -104,5 +104,6 @@ jobs:
104104
- uses: actions/setup-node@v1
105105
with:
106106
node-version: ${{ matrix.node-version }}
107-
- run: npm install
107+
- run: npm install -g npm@7.24.2 # version of npm compatible with all tested node versions
108+
- run: npm ci
108109
- run: npm test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
node_modules/
2-
package-lock.json

0 commit comments

Comments
 (0)