Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 0598683

Browse files
chore(deps): update dependency node to v22
1 parent ffa1d51 commit 0598683

File tree

4 files changed

+24
-23
lines changed

4 files changed

+24
-23
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18.x
28+
node-version: 22.17.0
2929

3030
- name: Install pnpm via corepack
3131
shell: bash

.github/workflows/test-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 18.x
27+
node-version: 22.17.0
2828

2929
- name: Install pnpm via corepack
3030
shell: bash

packages/icu-messages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@ltd/j-toml": "^1.38.0",
6666
"@rollup/plugin-json": "^6.1.0",
6767
"@types/glob": "^8.1.0",
68-
"@types/node": "^18.19.15",
68+
"@types/node": "^22.15.33",
6969
"del-cli": "^5.1.0",
7070
"eslint": "^8.56.0",
7171
"memfs": "^4.7.0",

pnpm-lock.yaml

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)