Skip to content

Commit

Permalink
Extend support for Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ellm committed Nov 6, 2024
1 parent 3d97025 commit 2900b04
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-pumpkins-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@alleyinteractive/block-editor-tools": minor
---

Extending support for Node 22.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [16, 18, 20, 22]
name: "Build and Test: Node ${{ matrix.node }}"
runs-on: ubuntu-latest
# To use Remote Caching, uncomment the next lines and follow the steps below.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Alley Interactive",
"license": "GPL-2.0-or-later",
"engines": {
"node": ">=16.0.0 <21.0.0",
"node": ">=16.0.0 <22.0.0",
"npm": ">=8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"README.md"
],
"engines": {
"node": ">=16.0.0 <21.0.0",
"node": ">=16.0.0 <22.0.0",
"npm": ">=8.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"main": "plugin.php",
"engines": {
"node": ">=16.0.0 <21.0.0",
"node": ">=16.0.0 <22.0.0",
"npm": ">=8"
},
"browserslist": [
Expand Down

0 comments on commit 2900b04

Please sign in to comment.