Skip to content

Bump actions/setup-node from 4 to 6 #360

Bump actions/setup-node from 4 to 6

Bump actions/setup-node from 4 to 6 #360

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: checkout
uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 16
cache: 'npm'
- name: bootstrap
run: script/bootstrap
- name: test
run: script/cibuild
- name: lint
run: script/lint