Skip to content

Commit f255e36

Browse files
committed
fix(deps): update Node.js version in workflows and pnpm-lock.yaml
- Updated Node.js version from 18.x to 20.x in various GitHub workflows for improved compatibility and support. - Updated dependencies in pnpm-lock.yaml, including prettier to version 3.6.2 and stylelint to version 16.21.0, enhancing stability and performance. - Removed outdated dependencies to streamline the lock file.
1 parent 2d3f43b commit f255e36

File tree

6 files changed

+88
-698
lines changed

6 files changed

+88
-698
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ chore: add naming convention rule
529529
docs: remove unused playground
530530
test: validate @see contents
531531
ci: allow breaking change commits
532-
build: add node v18 support
532+
build: add node v20 support
533533
infra: rework bug-report template
534534
revert: add more arabic names dataset (#362)
535535

@@ -541,7 +541,7 @@ chore(<package_name>): add naming convention rule
541541
docs(<package_name>): remove unused playground
542542
test(<package_name>): validate @see contents
543543
ci(<package_name>): allow breaking change commits
544-
build(<package_name>): add node v18 support
544+
build(<package_name>): add node v20 support
545545
infra(<package_name>): rework bug-report template
546546
revert(<package_name>): add more arabic names dataset (#362)
547547

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ jobs:
277277
with:
278278
run_install: false
279279

280-
- name: "Use Node.js 18.x"
280+
- name: "Use Node.js 20.x"
281281
uses: "actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020" # v4.4.0
282282
with:
283-
node-version: "18.20.8"
283+
node-version: "20.x"
284284
cache: "pnpm"
285285

286286
- name: "Verify the integrity of provenance attestations and registry signatures for installed dependencies"

.github/workflows/lock-file-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: "setup"
3939
uses: "anolilab/workflows/step/setup@main"
4040
with:
41-
node-version: "18.x"
41+
node-version: "20.x"
4242
cache-prefix: "lock-file"
4343
install-packages: "false"
4444

.github/workflows/preview-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: "setup"
5050
uses: "anolilab/workflows/step/setup@main"
5151
with:
52-
node-version: "18.x"
52+
node-version: "20.x"
5353
cache-prefix: "preview-release"
5454

5555
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: "setup"
5959
uses: "anolilab/workflows/step/setup@main"
6060
with:
61-
node-version: "18.x"
61+
node-version: "20.x"
6262
cache-prefix: "semantic-release"
6363

6464
- name: "Build Production"

0 commit comments

Comments
 (0)