Skip to content

Bump actions/checkout from 4.2.0 to 4.2.2 in /.github/workflows in the gha group #99

Bump actions/checkout from 4.2.0 to 4.2.2 in /.github/workflows in the gha group

Bump actions/checkout from 4.2.0 to 4.2.2 in /.github/workflows in the gha group #99

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/[email protected]
- uses: volta-cli/[email protected]
- run: node -v
- run: npm -v
- run: npm ci
- run: npm run lint
- run: npm test