Skip to content

Commit

Permalink
Check npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Bernerman committed Sep 3, 2021
1 parent 2e72f5c commit 1d47a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-modul-test-municipio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:

- name: Remove .npmrc and inject token
run: |
npm i -g npm
# npm i -g npm
npm -v
rm .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
# rm .npmrc
# echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- name: Execute buildscripts in themes and plugins folders
run: php ./build.php --cleanup
Expand Down

0 comments on commit 1d47a45

Please sign in to comment.