Skip to content

Commit 5b7b1ce

Browse files
committed
Bump Node.js 20 → 24 in ecosystem integration tests
1 parent 0de887b commit 5b7b1ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
pull_request:
66
push:
77
branches:
8-
- '**'
8+
- "**"
99
tags:
10-
- '!**'
10+
- "!**"
1111

1212
env:
1313
PKG_URL: |
@@ -150,7 +150,7 @@ jobs:
150150

151151
- uses: actions/setup-node@v4
152152
with:
153-
node-version: 20
153+
node-version: 24
154154

155155
- uses: oven-sh/setup-bun@v2
156156

0 commit comments

Comments
 (0)