Skip to content

Commit

Permalink
Update Node version to 20 (#617)
Browse files Browse the repository at this point in the history
* Update Node version to 20

* undo unwanted change
  • Loading branch information
matiasbenedetto authored May 6, 2024
1 parent 59c3aac commit a2befa0
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install node dependencies
run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install node dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The basic setup for development is:

#### Prerequisites

- [Node.js](https://nodejs.org/en/) (v16.9.1)
- [Node.js](https://nodejs.org/en/) (>= v20.10.0)
- [Composer](https://getcomposer.org/) (used for linting PHP)
- WordPress Development Site, such as [wp-env](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/README.md) or [Local](https://localwp.com/)
- We recommend using [Node Version Manager](https://github.com/nvm-sh/nvm) (nvm) to manage your Node.js versions
Expand Down
Loading

0 comments on commit a2befa0

Please sign in to comment.