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 83f5eb3 + 3b5534e commit 7ae6cfaCopy full SHA for 7ae6cfa
.github/workflows/convert-examples-to-json.yaml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v5 # checkout repo content
28
29
- - uses: actions/setup-node@v4 # setup Node.js
+ - uses: actions/setup-node@v6 # setup Node.js
30
with:
31
node-version: '20.x'
32
.github/workflows/examples-tests.yaml
@@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
33
34
35
node-version: "20.x"
36
- name: Install dependencies
0 commit comments