We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416271a commit 22257e9Copy full SHA for 22257e9
.github/workflows/windows.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
# mocha nolonger supports node 10
15
- node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
+ node-version: [18.x, 20.x, 22.x]
16
17
steps:
18
- name: Clone repository
0 commit comments