Skip to content

Commit 799d5eb

Browse files
committed
Remove explicit node-version input
newfold-labs/workflows#84 will change the default value to `22`. Once all modules have an `.nvmrc` file, that will be used instead.
1 parent 02bcc73 commit 799d5eb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
module-repo: ${{ github.repository }}
3232
module-branch: ${{ needs.setup.outputs.branch }}
3333
plugin-repo: 'newfold-labs/wp-plugin-bluehost'
34-
node-version: '22'
3534
secrets: inherit
3635

3736
hostgator:
@@ -42,7 +41,6 @@ jobs:
4241
module-repo: ${{ github.repository }}
4342
module-branch: ${{ needs.setup.outputs.branch }}
4443
plugin-repo: 'newfold-labs/wp-plugin-hostgator'
45-
node-version: '22'
4644
secrets: inherit
4745

4846
web:
@@ -53,7 +51,6 @@ jobs:
5351
module-repo: ${{ github.repository }}
5452
module-branch: ${{ needs.setup.outputs.branch }}
5553
plugin-repo: 'newfold-labs/wp-plugin-web'
56-
node-version: '22'
5754
secrets: inherit
5855

5956
crazydomains:
@@ -64,7 +61,6 @@ jobs:
6461
module-repo: ${{ github.repository }}
6562
module-branch: ${{ needs.setup.outputs.branch }}
6663
plugin-repo: 'newfold-labs/wp-plugin-crazy-domains'
67-
node-version: '22'
6864
secrets: inherit
6965

7066
mojo:
@@ -75,5 +71,4 @@ jobs:
7571
module-repo: ${{ github.repository }}
7672
module-branch: ${{ needs.setup.outputs.branch }}
7773
plugin-repo: 'newfold-labs/wp-plugin-mojo'
78-
node-version: '22'
7974
secrets: inherit

0 commit comments

Comments
 (0)