We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 671c6af + f8e31eb commit 4ef967aCopy full SHA for 4ef967a
4 files changed
.github/workflows/ci.yml
@@ -36,6 +36,10 @@ jobs:
36
shell: bash
37
run: '! grep -E "\"resolved\": \"https?://" package-lock.json | grep -v registry.npmjs.org'
38
39
+ - name: Verify example dependency versions
40
+ shell: bash
41
+ run: node scripts/check-versions.mjs
42
+
43
- uses: actions/setup-node@v4
44
with:
45
node-version: "20"
0 commit comments