Skip to content

Merge pull request #5 from bigskysoftware/post-2247 #8

Merge pull request #5 from bigskysoftware/post-2247

Merge pull request #5 from bigskysoftware/post-2247 #8

Workflow file for this run

name: Node CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test_suite:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm test