Skip to content

Commit 4ebcfd7

Browse files
Pin dependency node to 22.20.0
1 parent 33c8634 commit 4ebcfd7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set node version to 22
7373
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
7474
with:
75-
node-version: 22
75+
node-version: 22.20.0
7676
cache: 'pnpm'
7777

7878
- name: Prepare
@@ -100,7 +100,7 @@ jobs:
100100
- name: Set node version to 22
101101
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
102102
with:
103-
node-version: 22
103+
node-version: 22.20.0
104104
cache: 'pnpm'
105105

106106
- name: Prepare

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set node version to 22
2121
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2222
with:
23-
node-version: 22
23+
node-version: 22.20.0
2424
cache: 'pnpm'
2525

2626
- name: Install dependencies
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set node version to 22
5555
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5656
with:
57-
node-version: 22
57+
node-version: 22.20.0
5858
cache: 'pnpm'
5959

6060
- name: Install dependencies

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set node version to 22
3434
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3535
with:
36-
node-version: 22
36+
node-version: 22.20.0
3737
cache: 'pnpm'
3838

3939
- name: Setup Pages

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set node version to 22
1919
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
21-
node-version: 22
21+
node-version: 22.20.0
2222
cache: 'pnpm'
2323

2424
- name: Prepare

0 commit comments

Comments
 (0)