We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d5a4d commit 4030151Copy full SHA for 4030151
1 file changed
.github/workflows/check-package-lock.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Setup Node.js
54
uses: actions/setup-node@v4
55
with:
56
- node-version: '16.x'
+ node-version: '20.x'
57
58
- name: Validate package-lock.json is valid and in sync
59
run: npm ci --dry-run --ignore-scripts
0 commit comments