Skip to content

Commit

Permalink
Upgrading to Node 22 and other package updates (#399)
Browse files Browse the repository at this point in the history
* Bumping to node 22 and wordprfess 6.7

* Bump packages

* README
  • Loading branch information
srtfisher authored Nov 20, 2024
1 parent 96e3ee6 commit 21579bc
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Tags: vendor_name, create-wordpress-plugin

Stable tag: 0.0.0

Requires at least: 5.9
Requires at least: 6.3

Tested up to: 6.1
Tested up to: 6.7

Requires PHP: 8.1

Expand Down Expand Up @@ -129,10 +129,10 @@ npx wp-scripts packages-update --dist-tag=wp-WPVERSION`
```

Where `WPVERSION` is the version of WordPress you are targeting. The version
must include both the major and minor version (e.g., `6.1`). For example:
must include both the major and minor version (e.g., `6.7`). For example:

```sh
npx wp-scripts packages-update --dist-tag=wp-6.1`
npx wp-scripts packages-update --dist-tag=wp-6.7`
```

## Releasing the Plugin
Expand Down
Loading

0 comments on commit 21579bc

Please sign in to comment.