Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/actions/cache-restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
node-version:
description: 'Node version to use, default to LTS'
required: true
default: 22
default: 24
outputs:
cache-hit:
description: 'Forward actions/cache cache-hit output'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: ./.github/workflows/node-setup.yml
strategy:
matrix:
node-version: [22]
node-version: [24]
with:
node-version: ${{ matrix.node-version }}
check_lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-next-faustwp-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
PR_BRANCH: ${{github.event.pull_request.head.ref}}
strategy:
matrix:
node: ['20', '22']
node: ['22', '24']
defaults:
run:
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node: ['18', '20', '22']
node: ['22', '24']
defaults:
run:
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24

- name: Install bundle analyzer dependency globally
run: npm install -g @next/bundle-analyzer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: 'Node version to use, default to LTS'
required: true
type: string
default: '22'
default: '24'

jobs:
setup:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 22.x
- name: Setup Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 24.x
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 22.x
- name: Setup Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 24.x

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-22.04']
node: ['18', '20', '22']
node: ['22', '24']
permissions:
checks: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
24
2 changes: 1 addition & 1 deletion examples/next/block-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@wordpress/scripts": "^30.26.2"
},
"engines": {
"node": ">=18",
"node": ">=22",
"npm": ">=10"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion examples/next/faustwp-getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"next-secure-headers": "^2.2.0"
},
"engines": {
"node": ">=20.9",
"node": ">=22",
"npm": ">=8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@faustjs/root",
"private": true,
"engines": {
"node": ">=18",
"node": ">=22",
"npm": ">=8"
},
"workspaces": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"homepage": "https://github.com/wpengine/faustjs#readme",
"engines": {
"node": ">=18",
"node": ">=22",
"npm": ">=8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://github.com/wpengine/faustjs#readme",
"engines": {
"node": ">=18",
"node": ">=22",
"npm": ">=8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/faustwp-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"homepage": "https://github.com/wpengine/faustjs#readme",
"engines": {
"node": ">=18",
"node": ">=22",
"npm": ">=8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/faustwp-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"homepage": "https://github.com/wpengine/faustjs#readme",
"engines": {
"node": ">=18",
"node": ">=22",
"npm": ">=8"
},
"publishConfig": {
Expand Down
Loading