Skip to content

Commit 07cc3c0

Browse files
authored
chore: Add .nvmrc to ensure consistency across setups (#2224)
1 parent 40b200c commit 07cc3c0

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 22.x
38+
node-version: 24.x
3939
cache: 'pnpm'
4040

4141
- name: Install dependencies

.github/workflows/pkg-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Use Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 22.x
30+
node-version: 24.x
3131
cache: 'pnpm'
3232

3333
- uses: denoland/setup-deno@v2

.github/workflows/treeshake-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Node.js
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: 22.x
48+
node-version: 24.x
4949
cache: 'pnpm'
5050
cache-dependency-path: |
5151
pr-branch/pnpm-lock.yaml

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

0 commit comments

Comments
 (0)