Skip to content

add node 21 to test pipeline #892

add node 21 to test pipeline

add node 21 to test pipeline #892

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run lint