Skip to content

Commit 02dd8a6

Browse files
dev: setup nodejs env in workflow
1 parent 7499858 commit 02dd8a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
if: ${{ always() }}
1616
- name: Checkout code
1717
uses: actions/checkout@v3
18+
- name: Setup Node.js environment
19+
uses: actions/setup-node@v2.5.2
20+
with:
21+
node-version-file: .nvmrc
1822
- name: Build Plugin
1923
uses: ./.github/actions/make-build
2024
- name: WordPress Plugin Deploy

0 commit comments

Comments
 (0)