Skip to content

Bump react-router-dom from 6.4.0 to 6.26.1 #166

Bump react-router-dom from 6.4.0 to 6.26.1

Bump react-router-dom from 6.4.0 to 6.26.1 #166

Workflow file for this run

name: Build
on:
pull_request:
paths:
- src/**/*
- public/**/*
- package.json
- forge.config.js
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 16
- name: install dependencies
run: npm install
- name: build
run: npm run make