Skip to content

338 loc, 3368b

338 loc, 3368b #409

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
test:
name: v20 @ ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm run lint --if-present