We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f581759 commit cc570e1Copy full SHA for cc570e1
5 files changed
.github/workflows/node.js.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
os: [ubuntu-latest] # Remove windows as tests fail on `\r\n` style newlines
19
- node-version: [20, 22]
+ node-version: [12, 14, 16, 18, 20, 22]
20
21
steps:
22
- uses: actions/checkout@v4
0 commit comments