Skip to content

Commit 73779da

Browse files
committed
CI
1 parent 844e39b commit 73779da

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
# os: [ubuntu-latest, windows-latest]
19-
# node-version: [12, 14, 16, 18, 20, 22, 23]
20-
os: [windows-latest]
21-
node-version: [22]
18+
os: [ubuntu-latest, windows-latest]
19+
node-version: [12, 14, 16, 18, 20, 22, 23]
2220

2321
steps:
2422
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)