Skip to content

Commit 9fc1661

Browse files
committed
ci: Test Node.js v20.17.0 explicitly
1 parent d7ef7a5 commit 9fc1661

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
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false # Do not stop other jobs if one fails
1919
matrix:
20-
version: [20, 22, 24]
20+
version: ["20.17.0", 20, 22, 24]
2121
os: [ubuntu-24.04, windows-2025, macos-15]
2222
runs-on: ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)