Skip to content

Commit cc570e1

Browse files
committed
Minimum supported Node version has been restored to v12.17
1 parent f581759 commit cc570e1

File tree

5 files changed

+228
-8740
lines changed

5 files changed

+228
-8740
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest] # Remove windows as tests fail on `\r\n` style newlines
19-
node-version: [20, 22]
19+
node-version: [12, 14, 16, 18, 20, 22]
2020

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

0 commit comments

Comments
 (0)