Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #132 from GetGatekeeper/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-node-v2.1.4

Bump actions/setup-node from v1 to v2.1.4
  • Loading branch information
LukasReschke authored Jan 31, 2021
2 parents efc7b77 + 12d9a3e commit d035569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
directory: TestResults/
fail_ci_if_error: true
verbose: true
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.1.4
- name: NPM install
run: npm install
working-directory: ./Gatekeeper.Client/
- name: Install Gulp
run: npm install --global gulp-cli
run: sudo npm install --global gulp-cli --force
- name: Build CSS
run: gulp sass
working-directory: ./Gatekeeper.Client/
Expand Down

0 comments on commit d035569

Please sign in to comment.