We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebdd66 commit 8199d88Copy full SHA for 8199d88
.github/workflows/test-testdata.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v5
24
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
25
with:
26
cache: 'npm'
27
cache-dependency-path: testdata/compatibility-kit/package-lock.json
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
cache-dependency-path: testdata/json-schema/package-lock.json
0 commit comments