Skip to content

Commit a01e941

Browse files
committed
ci: upgrade Node.js version from 18 to 20 in workflows
1 parent 2effbf0 commit a01e941

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '18'
26+
node-version: '20'
2727
cache: 'npm'
2828

2929
- name: Install PHP dependencies (production only)

.github/workflows/test-wordpress-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '18'
26+
node-version: '20'
2727
cache: 'npm'
2828

2929
- name: Install PHP dependencies (production only)

.github/workflows/wordpress-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: '18'
25+
node-version: '20'
2626
cache: 'npm'
2727

2828
- name: Install PHP dependencies (production only)

0 commit comments

Comments
 (0)