Skip to content

Bump the npm_and_yarn group with 4 updates #43

Bump the npm_and_yarn group with 4 updates

Bump the npm_and_yarn group with 4 updates #43

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: npm ci --no-audit
- run: npm run lint --if-present
- run: npm test
- run: npm run build --if-present
env:
CI: true