Skip to content

chore(deps-dev): bump react from 18.2.0 to 18.3.1 #547

chore(deps-dev): bump react from 18.2.0 to 18.3.1

chore(deps-dev): bump react from 18.2.0 to 18.3.1 #547

Workflow file for this run

name: Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run lint
- run: npm test