Skip to content

Bump react-router-dom from 6.3.0 to 6.26.2 #453

Bump react-router-dom from 6.3.0 to 6.26.2

Bump react-router-dom from 6.3.0 to 6.26.2 #453

Workflow file for this run

name: NodeJS with Yarn
on:
push:
branches:
- "master"
- "develop"
pull_request:
branches:
- "master"
- "develop"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install yarn
run: npm install -g yarn
- name: Install deps
run: yarn install
- name: Build
run: yarn run build
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: |
dist