Skip to content

Bump actions/checkout from 4 to 6 #71

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #71

Workflow file for this run

name: npm
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 24
- run: npm ci
- run: npm test