We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc45df commit a4bfb7dCopy full SHA for a4bfb7d
.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: [12, 14, 16, 18, 20, 22]
+ node-version: [12, 14, 16, 18, 20, 22, 23]
20
21
steps:
22
- uses: actions/checkout@v4
0 commit comments