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 d09a18d + 9e50b62 commit 248d417Copy full SHA for 248d417
.github/workflows/pages.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v6
27
- name: Use Node.js 18.x (LTS)
28
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
29
with:
30
node-version: 18.x
31
cache: "npm"
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
18
0 commit comments