Skip to content

chore(deps): bump @reduxjs/toolkit from 2.2.5 to 2.2.6 #1428

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

chore(deps): bump @reduxjs/toolkit from 2.2.5 to 2.2.6 #1428

Workflow file for this run

name: Can be deployed
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install and Build 🔧
run: |
npm install
npm run build