Skip to content

Commit 0346402

Browse files
chore(deps): update dependency node to v24 (#14828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8a84d0 commit 0346402

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: pnpm/[email protected]
2222
- uses: actions/setup-node@v6
2323
with:
24-
node-version: '22.x'
24+
node-version: '24.x'
2525
cache: pnpm
2626
- run: pnpm install --frozen-lockfile
2727
# check prod dependencies as these would affect users

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: pnpm/[email protected]
2727
- uses: actions/setup-node@v6
2828
with:
29-
node-version: 22
29+
node-version: 24
3030
cache: pnpm
3131
- run: pnpm install --frozen-lockfile
3232
- run: pnpm build
@@ -38,7 +38,7 @@ jobs:
3838
- uses: pnpm/[email protected]
3939
- uses: actions/setup-node@v6
4040
with:
41-
node-version: 22
41+
node-version: 24
4242
cache: pnpm
4343
- run: pnpm install --frozen-lockfile
4444
- run: pnpm run lint
@@ -162,7 +162,7 @@ jobs:
162162
- uses: pnpm/[email protected]
163163
- uses: actions/setup-node@v6
164164
with:
165-
node-version: 22
165+
node-version: 24
166166
cache: pnpm
167167
- run: pnpm install --frozen-lockfile
168168
- run: pnpm playwright install chromium

0 commit comments

Comments
 (0)