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.
2 parents 1bcbf93 + d45aec1 commit a26dc1bCopy full SHA for a26dc1b
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v5
13
with:
14
persist-credentials: false
15
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
16
17
node-version: 20
18
- name: Check that package-lock.json is valid JSON
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
19
20
node-version: ${{ matrix.version }}
21
- run: npm ci
0 commit comments