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 51cfcdc commit efff74eCopy full SHA for efff74e
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
with:
14
fetch-depth: 0
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
17
node-version: ${{matrix.node}}
18
cache: npm
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
node-version: node
43
.github/workflows/website.yml
@@ -15,7 +15,7 @@ jobs:
url: ${{steps.deployment.outputs.page_url}}
steps:
19
20
node-version: 20
21
- run: npm ci
0 commit comments