Skip to content

Bump the actions group across 1 directory with 3 updates #39

Bump the actions group across 1 directory with 3 updates

Bump the actions group across 1 directory with 3 updates #39

Workflow file for this run

name: CI
on:
pull_request:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24.x'
- run: npm ci
- run: npm run lint
- run: npm run test