Skip to content

ci: update action versions to use node 20 runtime (#543) #296

ci: update action versions to use node 20 runtime (#543)

ci: update action versions to use node 20 runtime (#543) #296

Workflow file for this run

name: Docs CI
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- packages/docs/**
jobs:
lint_and_test:
name: "Lint & Test"
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
cache: "npm"
- run: npm install
- run: npm run build -w docs