Skip to content

Commit e2fa310

Browse files
chore(deps): update dependency node to v20.20.0
1 parent ed99793 commit e2fa310

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: corepack enable
1717
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
1818
with:
19-
node-version: 20.5
19+
node-version: 20.20.0
2020
cache: pnpm
2121

2222
- name: Install dependencies

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: corepack enable
1919
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
2020
with:
21-
node-version: 20.5
21+
node-version: 20.20.0
2222
cache: pnpm
2323

2424
- name: Install dependencies
@@ -36,7 +36,7 @@ jobs:
3636
- run: corepack enable
3737
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
3838
with:
39-
node-version: 20.5
39+
node-version: 20.20.0
4040
cache: pnpm
4141

4242
- name: Install dependencies

0 commit comments

Comments
 (0)