Skip to content

⬆️ Bump actions/cache from 4.2.4 to 4.3.0 #738

⬆️ Bump actions/cache from 4.2.4 to 4.3.0

⬆️ Bump actions/cache from 4.2.4 to 4.3.0 #738

Workflow file for this run

name: Check Markdown and Examples
on: [push, pull_request]
jobs:
check-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
#cache: npm
- uses: actions/checkout@v5
- run: |
npm install
npm list
npm test