Skip to content

Commit a559a8a

Browse files
chore(deps): update dependency node to v22
1 parent 0fb7dc0 commit a559a8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

.github/workflows/update-errorcodes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: "20.x"
15+
node-version: "22.x"
1616
- run: |
1717
npm run rebuild
1818
npm install

0 commit comments

Comments
 (0)