Skip to content

Merge pull request #29 from watsonarw/update-vulnerable-dependencies #41

Merge pull request #29 from watsonarw/update-vulnerable-dependencies

Merge pull request #29 from watsonarw/update-vulnerable-dependencies #41

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '20.x'
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true