Skip to content

Merge pull request #78 from stfsy/dependabot/npm_and_yarn/jsdoc-4.0.3 #200

Merge pull request #78 from stfsy/dependabot/npm_and_yarn/jsdoc-4.0.3

Merge pull request #78 from stfsy/dependabot/npm_and_yarn/jsdoc-4.0.3 #200

Workflow file for this run

name: tests
on: push
jobs:
build:
timeout-minutes: 10
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x, 18.x]
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
env:
NODE_ENV: ci