Skip to content

Commit 2c31bd4

Browse files
committed
ci: fix
Signed-off-by: Urban Vidovič <[email protected]>
1 parent 4452aa2 commit 2c31bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
node-version: '14.15'
2323

24-
- name: Run grunt
25-
run: npx grunt
24+
- name: Install and run grunt
25+
run: npm install -g grunt && grunt
2626

2727
- name: Zip files
2828
run: zip -r release.zip .

0 commit comments

Comments
 (0)