Skip to content

Bump @remix-run/router and react-router-dom #15

Bump @remix-run/router and react-router-dom

Bump @remix-run/router and react-router-dom #15

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build --if-present
- name: Run lint
run: npm run lint --if-present