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 4927770 + b3f5d93 commit f7494e0Copy full SHA for f7494e0
.github/workflows/validate-markdown.yaml
@@ -23,10 +23,10 @@ jobs:
23
fetch-depth: 0
24
- name: use the javascript environment from main
25
run: |
26
- git checkout remotes/origin/main -- package.json
+ git checkout remotes/origin/main -- package.json package-lock.json
27
- uses: actions/setup-node@v4 # setup Node.js
28
with:
29
- node-version: '14.x'
+ node-version: '20.x'
30
- name: Validate markdown
31
- run: npx mdv versions/3.*.md
+ run: npx --yes mdv versions/3.*.md
32
0 commit comments