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 b27ae1e commit 74034bfCopy full SHA for 74034bf
.github/workflows/schema-tests.yaml
@@ -20,10 +20,11 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - uses: actions/checkout@v1 # checkout repo content
24
- - uses: actions/setup-node@v4 # setup Node.js
+ - uses: actions/checkout@v4 # checkout repo content
25
with:
26
fetch-depth: 0
+ - uses: actions/setup-node@v4 # setup Node.js
27
+ with:
28
node-version: '20.x'
29
- name: Install dependencies from main
30
run: |
.github/workflows/validate-markdown.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
- - uses: actions/checkout@v2 # checkout repo content
- name: use the javascript environment from main
0 commit comments