Skip to content

Commit b655eda

Browse files
committed
form package needs node 22
1 parent 65d9578 commit b655eda

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: "20"
16+
node-version: "22"
1717
cache: "pnpm"
1818
cache-dependency-path: ./pnpm-lock.yaml
1919
registry-url: https://registry.npmjs.org/
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: "20"
40+
node-version: "22"
4141
cache: "pnpm"
4242
cache-dependency-path: ./pnpm-lock.yaml
4343
registry-url: https://registry.npmjs.org/

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: "20"
23+
node-version: "22"
2424
cache: "pnpm"
2525
cache-dependency-path: ./pnpm-lock.yaml
2626
- name: Install dependencies
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: "20"
39+
node-version: "22"
4040
cache: "pnpm"
4141
cache-dependency-path: ./pnpm-lock.yaml
4242
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "20"
22+
node-version: "22"
2323
cache: "pnpm"
2424
cache-dependency-path: ./pnpm-lock.yaml
2525
- name: Install dependencies
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: "20"
39+
node-version: "22"
4040
cache: "pnpm"
4141
cache-dependency-path: ./pnpm-lock.yaml
4242
- name: Install dependencies

packages/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171
},
7272
"engines": {
73-
"node": ">=20",
73+
"node": ">=22",
7474
"pnpm": ">=9"
7575
}
7676
}

0 commit comments

Comments
 (0)