Skip to content

docs: use ubuntu-22.04 and actions/checkout@v4 #1029

docs: use ubuntu-22.04 and actions/checkout@v4

docs: use ubuntu-22.04 and actions/checkout@v4 #1029

Workflow file for this run

name: "build-test"
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: npm run all