Skip to content

chore(deps): update node.js to v20.13.1 #572

chore(deps): update node.js to v20.13.1

chore(deps): update node.js to v20.13.1 #572

Workflow file for this run

name: Check Markdown
on:
pull_request:
branches:
- '**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Use Node from Volta
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: 'package.json'
cache: 'npm'
- name: install dependencies
run: npm ci
- name: check internal markdown links
run: npm run check-links
markdown-spelling-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Use Node from Volta
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: 'package.json'
cache: 'npm'
- name: install dependencies
run: npm ci
- name: check spelling
run: npm run spellcheck