Skip to content

Commit b6e0e2d

Browse files
chore(deps): update dependency node to v22
1 parent 84e5825 commit b6e0e2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: "18.x"
16+
node-version: "22.x"
1717

1818
# Install dependencies
1919
- run: npm ci

.github/workflows/publish-pr-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js 20.x
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.x
22+
node-version: 22.x
2323

2424
- run: npm ci
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Node.js 20.x
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: 20.x
48+
node-version: 22.x
4949

5050
- name: Install dependencies
5151
run: npm ci

0 commit comments

Comments
 (0)