Skip to content

Commit eafe979

Browse files
dependabot[bot]Zaiidmoa-elkhiraooui-ciscode
authored
chore(deps): bump actions/setup-node from 4 to 6 (#6)
* Develop (#2) * refactored * updated Readme file * chore: updated package name * chore: complete package standardization - Add copilot-instructions.md for developer guidance - Add vitest.config.ts for testing configuration - Add husky pre-commit and pre-push hooks - Align with standardized frontend package structure * fix: correct package name in copilot instructions - Update package name reference from @ciscode/ui-translate-core to @ciscode/ui-translate-kit - Align with actual package.json configuration - Ensure consistency across all documentation * chore: standardize npm scripts (lint, format, typecheck, test, build, clean, verify, prepublishOnly) * chore: Standardize ESLint and Prettier configs with best practices - use .prettierrc.json * fix: Add missing ESLint and Prettier dev dependencies * fix: Export Trans from react-i18next instead of I18nProvider * chore: Fix package.json exports order and ensure all tests/lint/typecheck pass --------- Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com> * chore(deps): bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Zaiid Moumni <141942826+Zaiidmo@users.noreply.github.com> Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8eeb190 commit eafe979

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Node
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: 20
2323
cache: npm

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fi
2929
3030
- name: Setup Node.js
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: '20'
3434
registry-url: 'https://registry.npmjs.org'

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141

4242
- name: Setup Node
43-
uses: actions/setup-node@v4
43+
uses: actions/setup-node@v6
4444
with:
4545
node-version: '22'
4646
cache: 'npm'

0 commit comments

Comments
 (0)