Skip to content

Commit 6f6a5c2

Browse files
authored
Fix Node on Windows
1 parent 30f6b55 commit 6f6a5c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- windows-latest
2222
node:
2323
- lts/erbium
24-
- node
24+
- lts/gallium
2525
canary:
2626
name: canary / ${{matrix.package}} / ${{matrix.node}} on ${{matrix.os}}
2727
runs-on: ${{matrix.os}}
@@ -55,7 +55,7 @@ jobs:
5555
os:
5656
- ubuntu-latest
5757
node:
58-
- node
58+
- lts/gallium
5959
package:
6060
- unifiedjs/unified-engine
6161
- remarkjs/remark

0 commit comments

Comments
 (0)