Skip to content

Commit 4030151

Browse files
committed
update node version
1 parent 28d5a4d commit 4030151

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
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Node.js
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: '16.x'
56+
node-version: '20.x'
5757

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

0 commit comments

Comments
 (0)