Skip to content

Commit feac8b2

Browse files
committed
fix(runners): add in lowest supported node version to test runners
1 parent 33d0ac3 commit feac8b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-tests.yml

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

1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x, 24.x]
14+
node-version: [20.10, 20.x, 22.x, 24.x]
1515

1616
steps:
1717
- name: Checkout Project

.github/workflows/windows-tests.yml

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

1313
strategy:
1414
matrix:
15-
node-version: [20.x, 22.x, 24.x]
15+
node-version: [20.10, 20.x, 22.x, 24.x]
1616

1717
steps:
1818
- name: Checkout Project

0 commit comments

Comments
 (0)