Skip to content

Commit 17a2d7a

Browse files
committed
Fix bug in Node.js 22 for Windows
It was only hapenning on Github actions, revert later.
1 parent 220533a commit 17a2d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
node: ["18.x", "20.x", "21.x", "22.x"]
43+
node: ["18.x", "20.x", "21.x", "22.1"]
4444
runner: ["windows-latest", "ubuntu-latest", "macos-latest"]
4545
steps:
4646
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)