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 55c32fa commit 02d7043Copy full SHA for 02d7043
.github/workflows/lint.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v5
20
21
- name: "Setup Node 22"
22
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
23
with:
24
node-version: 22
25
#cache: npm
.github/workflows/pages.yaml
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 0
35
36
37
38
39
40
cache: npm
0 commit comments