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 03b296c commit 30639acCopy full SHA for 30639ac
1 file changed
.github/workflows/check-package-lock.yml
@@ -4,7 +4,7 @@ permissions:
4
contents: read
5
6
concurrency:
7
- group: check-package-lock-${{ github.ref }}
+ group: check-package-lock-${{ github.event.pull_request.number || github.ref }}
8
cancel-in-progress: true
9
10
on:
@@ -47,7 +47,7 @@ jobs:
47
- name: Setup Node.js
48
uses: actions/setup-node@v4
49
with:
50
- node-version: '22'
+ node-version: '20.x'
51
52
- name: Validate package-lock.json is valid and in sync
53
run: npm ci --dry-run --ignore-scripts
0 commit comments