Skip to content

Commit

Permalink
Only check package-lock.json for Node v16
Browse files Browse the repository at this point in the history
(v12 & v14 use an older package-lock format)
  • Loading branch information
s0 committed Feb 11, 2022
1 parent e01cb9e commit 251806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 12, 14, 16 ]
node: [ 16 ]

steps:
-
Expand Down

0 comments on commit 251806f

Please sign in to comment.