Skip to content

Commit da44da0

Browse files
committed
fix: node version issues
1 parent 5635d40 commit da44da0

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111

1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 24
1515
cache: 'pnpm'
1616
cache-dependency-path: |
1717
**/pnpm-lock.yaml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: '20.18.1'
31+
node-version: '24'
3232
cache: 'pnpm'
3333

3434
- name: Setup Atlas

.github/workflows/type-test-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131
cache: 'pnpm'
3232

3333
- name: Install dependencies

pkgs/website/.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)