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 3835019 + 0d86e7f commit bca30fcCopy full SHA for bca30fc
.github/workflows/pages.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v4
27
- name: Use Node.js 18.x (LTS)
28
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
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