Skip to content

Merge pull request #558 from mliebelt/dependabot/npm_and_yarn/ws-8.18.0 #799

Merge pull request #558 from mliebelt/dependabot/npm_and_yarn/ws-8.18.0

Merge pull request #558 from mliebelt/dependabot/npm_and_yarn/ws-8.18.0 #799

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v3
- name: Use Node.src ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build
npm run test
env:
CI: true