Skip to content

Commit eea378a

Browse files
authored
2025-05-10 Updates & NodeJS 22 Support Release (#52)
- **chore(deps): update ncipollo/release-action action to v1.16.0 (#50)** - **feat: Adds support for NodeJS 22 (#51)**
2 parents 5a6b291 + 4970612 commit eea378a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/release-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
env:
1313
PHP_STABLE_VERSION: '8.3'
14-
NODE_STABLE_VERSION: '20'
14+
NODE_STABLE_VERSION: '22'
1515
REGISTRY: ghcr.io
1616
OWNER: ndigitals
1717
PACKAGE: wp-dev-container
@@ -33,6 +33,7 @@ jobs:
3333
- '16'
3434
- '18'
3535
- '20'
36+
- '22'
3637
builder:
3738
- ubuntu-22.04
3839
- self-hosted
@@ -204,7 +205,7 @@ jobs:
204205

205206
# https://github.com/marketplace/actions/create-release
206207
- name: Create Release
207-
uses: ncipollo/release-action@v1.14.0
208+
uses: ncipollo/release-action@v1.16.0
208209
if: github.event_name == 'push'
209210
with:
210211
name: ${{ steps.release-name.outputs.RELEASE_NAME }}

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- '8.3'
2828
NODE_VERSION:
2929
- '18'
30-
- '20'
30+
- '22'
3131
builder:
3232
- ubuntu-22.04
3333
- self-hosted

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ WordPress Plugin & Theme Dev Container
66

77
## Supported tags
88

9-
- `php-8.3-node-20`, `php-8.3-node-18`, `php-8.3-node-16`
10-
- `php-8.2-node-20`, `php-8.2-node-18`, `php-8.2-node-16`
11-
- `php-8.1-node-20`, `php-8.1-node-18`, `php-8.1-node-16`
12-
- `php-8.0-node-20`, `php-8.0-node-18`, `php-8.0-node-16`
9+
- `php-8.3-node-22`, `php-8.3-node-20`, `php-8.3-node-18`, `php-8.3-node-16`
10+
- `php-8.2-node-22`, `php-8.2-node-20`, `php-8.2-node-18`, `php-8.2-node-16`
11+
- `php-8.1-node-22`, `php-8.1-node-20`, `php-8.1-node-18`, `php-8.1-node-16`
12+
- `php-8.0-node-22`, `php-8.0-node-20`, `php-8.0-node-18`, `php-8.0-node-16`
1313

1414
## Prerequisites
1515

0 commit comments

Comments
 (0)