Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minimum required version of Node.js to 20.x #5515

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a7c5b0e
Bump the minimum required version of Node.js and npm.
desrosj Oct 17, 2023
1382aa4
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Nov 13, 2023
ecf47f7
Eliminate duplicate CSS rule.
desrosj Nov 13, 2023
2543955
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Nov 14, 2023
e0af00f
Merge branch 'trunk' of https://github.com/WordPress/wordpress-develo…
desrosj Nov 17, 2023
71c26f7
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Nov 20, 2023
db1be3e
Add `engine` definition to default themes.
desrosj Nov 20, 2023
e6437cd
Test Node.js 18 and 20.
desrosj Nov 20, 2023
9c3c7f3
Add Node.js version to Gutenberg testing.
desrosj Nov 20, 2023
442cb69
Test against PR branch.
desrosj Nov 20, 2023
725db11
Add Node.JS version to job name.
desrosj Nov 20, 2023
d0376ef
Update to Node.js 20.
desrosj Dec 5, 2023
495982d
Use the `trunk` version of the build workflow.
desrosj Dec 5, 2023
b8ae40a
Check the desired version of Node is being used.
desrosj Dec 6, 2023
f8f31e6
Use the `setup-node` action instead of `nvm`.
desrosj Dec 6, 2023
0186507
Change Node version back after resetting.
desrosj Dec 6, 2023
7caaa38
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Dec 7, 2023
c7b38d9
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Dec 18, 2023
506e68d
Merge branch 'trunk' into update/nodejs-20
desrosj Dec 19, 2023
f326358
Merge remote-tracking branch 'upstream/trunk' into update/nodejs-20
desrosj Dec 20, 2023
b6c9f1c
Add `check-latest` to ensure the needed version is installed.
desrosj Dec 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add check-latest to ensure the needed version is installed.
desrosj committed Dec 20, 2023
commit b6c9f1c2fc95276a19c358edfcc06f3a5d631251
1 change: 1 addition & 0 deletions .github/workflows/callable-test-core-build-process.yml
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version-file: '.nvmrc'
check-latest: true
cache: npm

- name: Log debug information
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version-file: '.nvmrc'
check-latest: true
cache: npm
cache-dependency-path: |
package-lock.json