Skip to content

Commit 193fa82

Browse files
authored
Merge pull request #21 from newfold-labs/standardize-node-setup
Standardize Node.js setup
2 parents 0371217 + b13668c commit 193fa82

File tree

4 files changed

+985
-444
lines changed

4 files changed

+985
-444
lines changed

.github/workflows/brand-plugin-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
module-repo: ${{ github.repository }}
4242
module-branch: ${{ needs.setup.outputs.branch }}
4343
plugin-repo: 'newfold-labs/wp-plugin-hostgator'
44-
node-version: 20
4544
secrets: inherit
4645

4746
web:
@@ -52,7 +51,6 @@ jobs:
5251
module-repo: ${{ github.repository }}
5352
module-branch: ${{ needs.setup.outputs.branch }}
5453
plugin-repo: 'newfold-labs/wp-plugin-web'
55-
node-version: 20
5654
secrets: inherit
5755

5856
crazydomains:
@@ -63,7 +61,6 @@ jobs:
6361
module-repo: ${{ github.repository }}
6462
module-branch: ${{ needs.setup.outputs.branch }}
6563
plugin-repo: 'newfold-labs/wp-plugin-crazy-domains'
66-
node-version: 20
6764
secrets: inherit
6865

6966
mojo:
@@ -74,5 +71,4 @@ jobs:
7471
module-repo: ${{ github.repository }}
7572
module-branch: ${{ needs.setup.outputs.branch }}
7673
plugin-repo: 'newfold-labs/wp-plugin-mojo'
77-
node-version: 20
7874
secrets: inherit

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

0 commit comments

Comments
 (0)