We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e998da commit b7afe50Copy full SHA for b7afe50
.github/actions/make-build/action.yml
@@ -22,8 +22,6 @@ runs:
22
env:
23
RELEASE_FILENAME: "rave-woocommerce-payment-gateway.zip"
24
run: |
25
- nvm install
26
- nvm use
27
npm install
28
npm run build
29
.github/workflows/package-publish.yml
@@ -15,6 +15,10 @@ jobs:
15
if: ${{ always() }}
16
- name: Checkout code
17
uses: actions/checkout@v3
18
+ - name: Setup Node.js environment
19
+ uses: actions/[email protected]
20
+ with:
21
+ node-version-file: .nvmrc
- name: Build Plugin
uses: ./.github/actions/make-build
- name: WordPress Plugin Deploy
0 commit comments