Skip to content

Commit 1c252b3

Browse files
authored
chore: Replace node 21 with 22 for server-node CI. (#838)
The rennovate PR adjusts all the builds which just use node as a tool, but server-node is using a range of versions for validation. This updates the versions to be 18 and 22 instead of 18 and 21.
1 parent 4b1fae5 commit 1c252b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
# Node versions to run on.
20-
version: [18, 21]
20+
version: [18, 22]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)