Skip to content

Bump @remix-run/router from 1.20.0 to 1.23.2 in the npm_and_yarn group across 1 directory #236

Bump @remix-run/router from 1.20.0 to 1.23.2 in the npm_and_yarn group across 1 directory

Bump @remix-run/router from 1.20.0 to 1.23.2 in the npm_and_yarn group across 1 directory #236

Workflow file for this run

name: Linting Check for commits
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
Continuous-Integration:
name: Performs linting on the application
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- name: Run lint check
run: npm run lint