Skip to content

Bump the dev-dependencies group across 1 directory with 5 updates #131

Bump the dev-dependencies group across 1 directory with 5 updates

Bump the dev-dependencies group across 1 directory with 5 updates #131

Workflow file for this run

# This workflow will run tests using node against PRs to the main branch
name: Test Pull Requests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run test