Skip to content

Commit 7e3b5ba

Browse files
committed
Enable corepack
1 parent 9af138f commit 7e3b5ba

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test-windows-node.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
runs-on: windows-2022 # Oldest windows version Github will run
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: actions/setup-node@v4
11+
12+
- name: Enable Corepack
13+
run: corepack enable
14+
- name: Setup Node.js
15+
uses: actions/setup-node@v4
1216
with:
1317
node-version: 20.18.1
1418

0 commit comments

Comments
 (0)