Skip to content

Bump @reduxjs/toolkit from 1.9.7 to 2.2.5 #121

Bump @reduxjs/toolkit from 1.9.7 to 2.2.5

Bump @reduxjs/toolkit from 1.9.7 to 2.2.5 #121

Workflow file for this run

name: Test build
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: get node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: download dependencies
run: npm ci
- name: build project
env:
CI: false
run: npm run build