Skip to content

Commit 30639ac

Browse files
committed
fix issues
1 parent 03b296c commit 30639ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-package-lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44
contents: read
55

66
concurrency:
7-
group: check-package-lock-${{ github.ref }}
7+
group: check-package-lock-${{ github.event.pull_request.number || github.ref }}
88
cancel-in-progress: true
99

1010
on:
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Node.js
4848
uses: actions/setup-node@v4
4949
with:
50-
node-version: '22'
50+
node-version: '20.x'
5151

5252
- name: Validate package-lock.json is valid and in sync
5353
run: npm ci --dry-run --ignore-scripts

0 commit comments

Comments
 (0)