Skip to content

Merge pull request #13 from Kreijstal/copilot/fix-a2bb9414-b10e-4312-… #51

Merge pull request #13 from Kreijstal/copilot/fix-a2bb9414-b10e-4312-…

Merge pull request #13 from Kreijstal/copilot/fix-a2bb9414-b10e-4312-… #51

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm install
- run: npm test