Skip to content

chore(deps): bump @reduxjs/toolkit from 1.9.7 to 2.2.5 #1681

chore(deps): bump @reduxjs/toolkit from 1.9.7 to 2.2.5

chore(deps): bump @reduxjs/toolkit from 1.9.7 to 2.2.5 #1681

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
publish:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install Node dependencies
run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn tsc
- run: yarn build:only