Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
657f38f288 chore(deps): update actions/setup-node action to v6 2026-01-31 03:51:43 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Nodejs
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: Install dependencies

View File

@@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: Install dependencies

View File

@@ -43,7 +43,7 @@
"prop-types": "15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "9.2.0",
"react-redux": "8.1.3",
"react-router-dom": "6.30.2",
"react-test-renderer": "18.3.1",
"redux": "4.2.1",