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 f864b09 commit cfc996aCopy full SHA for cfc996a
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v5
16
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
17
with:
18
node-version: 22
19
- run: npm ci
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11
12
0 commit comments