Skip to content

Commit a17ac07

Browse files
committed
fix bugbot issue
1 parent 331965b commit a17ac07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: '16.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)