Skip to content

Commit f3afbdf

Browse files
committed
ci: use Node 22 in tests workflow
Match engines required by semantic-release 25 stack. Made-with: Cursor
1 parent 96f9b6b commit f3afbdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 22
2626
cache: "yarn"
2727

2828
- name: Yarn install

0 commit comments

Comments
 (0)