Skip to content

Commit e781ca8

Browse files
chore(deps): update dependency node to v22
1 parent 949bd14 commit e781ca8

11 files changed

+11
-11
lines changed

.github/workflows/api-extractor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js 20.x
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 20.x
17+
node-version: 22.x
1818

1919
- name: Install dependencies (with cache)
2020
uses: bahmutov/npm-install@v1

.github/workflows/arethetypeswrong.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js 20.x
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
- name: Install dependencies (with cache)
2222
uses: bahmutov/npm-install@v1
2323

.github/workflows/change-prerelease-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node.js 20.x
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: 20.x
47+
node-version: 22.x
4848

4949
- name: Write latest version to package.json and package-lock.json
5050
run: |

.github/workflows/cleanup-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node.js 20.x
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: 20.x
39+
node-version: 22.x
4040

4141
- name: Install dependencies (with cache)
4242
uses: bahmutov/npm-install@v1

.github/workflows/compare-build-output.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js 20.x
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
- name: Install dependencies (with cache)
2222
uses: bahmutov/npm-install@v1
2323

.github/workflows/exit-prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js 20.x
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 20.x
42+
node-version: 22.x
4343

4444
- name: Write latest version to package.json and package-lock.json
4545
run: |

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Node.js 20.x
5151
uses: actions/setup-node@v4
5252
with:
53-
node-version: 20.x
53+
node-version: 22.x
5454

5555
- name: Install dependencies with cache
5656
uses: bahmutov/npm-install@v1

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

+1-1
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
- name: Install dependencies with cache
2525
uses: bahmutov/npm-install@v1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node.js 20.x
4747
uses: actions/setup-node@v4
4848
with:
49-
node-version: 20.x
49+
node-version: 22.x
5050

5151
- name: Install dependencies (with cache)
5252
uses: bahmutov/npm-install@v1

.github/workflows/size-limit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js 20.x
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 20.x
17+
node-version: 22.x
1818
- name: Install dependencies (with cache)
1919
uses: bahmutov/npm-install@v1
2020
- name: Run size-limit

.github/workflows/snapshot-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup Node.js 20.x
9494
uses: actions/setup-node@v4
9595
with:
96-
node-version: 20.x
96+
node-version: 22.x
9797

9898
- name: Install dependencies (with cache)
9999
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)