Skip to content

Commit

Permalink
update workflow to use .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraham-Flutterwave committed May 22, 2023
1 parent e6100f9 commit 4e998da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/make-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ runs:
env:
RELEASE_FILENAME: "rave-woocommerce-payment-gateway.zip"
run: |
nvm install
nvm use
npm install
npm run build
Expand Down

0 comments on commit 4e998da

Please sign in to comment.