Skip to content

Bump @remix-run/react from 2.5.1 to 2.6.0 #4089

Bump @remix-run/react from 2.5.1 to 2.6.0

Bump @remix-run/react from 2.5.1 to 2.6.0 #4089

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
CI:
name: CI_Node_${{ matrix.version }}
runs-on: ubuntu-latest
strategy:
matrix:
version: [16, 18, 20]
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- name: Install
run: yarn install --ignore-engines
- name: Run tests
run: yarn test
- name: Run linting
run: yarn lint
- name: Build packages
run: yarn build