Skip to content

[Snyk] Security upgrade @testing-library/jest-dom from 5.16.5 to 6.1.6 #68

[Snyk] Security upgrade @testing-library/jest-dom from 5.16.5 to 6.1.6

[Snyk] Security upgrade @testing-library/jest-dom from 5.16.5 to 6.1.6 #68

name: Integration
on: pull_request
jobs:
ci:
name: Continuous Integration
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: |
npm install
env:
CI: true
- name: Testing
run: |
npm run lint
npm test
env:
CI: true