Skip to content

Commit

Permalink
Install gulp explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Dec 20, 2023
1 parent 3f8e08c commit c7f0da8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install gulp
run: |
npm install --global gulp-cli
- name: Build
run: |
npm install
Expand Down

0 comments on commit c7f0da8

Please sign in to comment.