Skip to content

[Snyk] Upgrade: react, react-dom #67

[Snyk] Upgrade: react, react-dom

[Snyk] Upgrade: react, react-dom #67

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