Skip to content

Commit b6830a6

Browse files
authored
Migrate test workflow to use Node 24 (#8466)
Node 24 is now the common version amoungst all of our actions.
1 parent 13c4c20 commit b6830a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Node
5050
uses: actions/setup-node@v6
5151
with:
52-
node-version: 22
52+
node-version: 24
5353

5454
- name: Setup pnpm
5555
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)