Skip to content

Merge pull request #199 from elaichenkov/dependabot/npm_and_yarn/cypr… #376

Merge pull request #199 from elaichenkov/dependabot/npm_and_yarn/cypr…

Merge pull request #199 from elaichenkov/dependabot/npm_and_yarn/cypr… #376

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18, 20 ]
steps:
- uses: actions/checkout@v3
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm ci
- run: npm test