Skip to content

Commit fee81ae

Browse files
committed
Use the correct Node.js version in test workflows.
1 parent 82ef5e8 commit fee81ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ 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'
3435
secrets: inherit
3536

3637
hostgator:
@@ -41,6 +42,7 @@ jobs:
4142
module-repo: ${{ github.repository }}
4243
module-branch: ${{ needs.setup.outputs.branch }}
4344
plugin-repo: 'newfold-labs/wp-plugin-hostgator'
45+
node-version: '22'
4446
secrets: inherit
4547

4648
web:
@@ -51,6 +53,7 @@ jobs:
5153
module-repo: ${{ github.repository }}
5254
module-branch: ${{ needs.setup.outputs.branch }}
5355
plugin-repo: 'newfold-labs/wp-plugin-web'
56+
node-version: '22'
5457
secrets: inherit
5558

5659
crazydomains:
@@ -61,6 +64,7 @@ jobs:
6164
module-repo: ${{ github.repository }}
6265
module-branch: ${{ needs.setup.outputs.branch }}
6366
plugin-repo: 'newfold-labs/wp-plugin-crazy-domains'
67+
node-version: '22'
6468
secrets: inherit
6569

6670
mojo:
@@ -71,4 +75,5 @@ jobs:
7175
module-repo: ${{ github.repository }}
7276
module-branch: ${{ needs.setup.outputs.branch }}
7377
plugin-repo: 'newfold-labs/wp-plugin-mojo'
78+
node-version: '22'
7479
secrets: inherit

0 commit comments

Comments
 (0)