Skip to content

workflows: Upgrade GitHub actions. #663

workflows: Upgrade GitHub actions.

workflows: Upgrade GitHub actions. #663

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v6
with:
node-version: lts/*
- uses: actions/checkout@v5
- run: npm ci
- run: npm test