We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e8032 commit 756e801Copy full SHA for 756e801
.github/workflows/schema-tests.yaml
@@ -23,6 +23,7 @@ jobs:
23
- uses: actions/checkout@v1 # checkout repo content
24
- uses: actions/setup-node@v4 # setup Node.js
25
with:
26
+ fetch-depth: 0
27
node-version: '20.x'
28
- name: Install dependencies from main
29
run: |
.github/workflows/validate-markdown.yaml
@@ -19,8 +19,11 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v2 # checkout repo content
22
+ with:
- name: use the javascript environment from main
- run: git checkout main -- package.json
+ run: |
+ git checkout main -- package.json
node-version: '14.x'
0 commit comments