Skip to content

Commit 1574e67

Browse files
committed
fix: enable corepack in tests
1 parent 1d6c8b6 commit 1574e67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- uses: actions/setup-node@v1
1515
with:
1616
node-version: "22.x"
17+
- run: |
18+
corepack enable
19+
npm -v
1720
- run: npm install
1821
- run: touch .env
1922
- run: npm run build

0 commit comments

Comments
 (0)