We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331965b commit a17ac07Copy full SHA for a17ac07
1 file changed
.github/workflows/check-package-lock.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Setup Node.js
48
uses: actions/setup-node@v4
49
with:
50
- node-version: '22'
+ node-version: '16.x'
51
52
- name: Validate package-lock.json is valid and in sync
53
run: npm ci --dry-run --ignore-scripts
0 commit comments