Skip to content

Commit e3a1de3

Browse files
authored
Merge pull request #225 from NIAEFEUP/fix/cd
2 parents e67c7f9 + b81dc3c commit e3a1de3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
- name: Enable Corepack
15+
run: corepack enable
1416
- name: Setup Node.js
1517
uses: actions/setup-node@v4
1618
with:

0 commit comments

Comments
 (0)