Skip to content

Bump node from 22.7.0 to 22.8.0 #40

Bump node from 22.7.0 to 22.8.0

Bump node from 22.7.0 to 22.8.0 #40

Workflow file for this run

# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
name: Test
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.3
with:
node-version: 20
- run: npm ci --no-audit --no-fund --loglevel=error
- run: npm run lint
- run: npm test
- run: npm run build