Skip to content

Commit 1f09441

Browse files
authored
workers-sdk: Use Node 22 (#6697)
To fix test failures due to warning about node 20 EOL
1 parent 1249bd6 commit 1f09441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
uses: actions/setup-node@v6
189189
with:
190190
# Match workers-sdk node version
191-
node-version: 20.19.6
191+
node-version: 22
192192
cache: 'pnpm'
193193
- name: Install workers-sdk dependencies
194194
run: pnpm install

0 commit comments

Comments
 (0)