Skip to content

Merge pull request #55 from billythekid/patch-1 #174

Merge pull request #55 from billythekid/patch-1

Merge pull request #55 from billythekid/patch-1 #174

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
env:
CI: true