Skip to content

Commit 776dcae

Browse files
authored
Merge pull request #1465 from plone/update-engines
maint: Update the compatible node version to the current LTS version.
2 parents 9f119f1 + de8a1a0 commit 776dcae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: "20"
18+
node-version: "22"
1919
cache: "yarn"
2020
- name: Build mockup
2121
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: "20"
23+
node-version: "22"
2424
cache: 'yarn'
2525
- run: yarn install
2626
- run: make eslint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"/webpack.config.js"
114114
],
115115
"engines": {
116-
"node": ">=12.20.0"
116+
"node": ">=22"
117117
},
118118
"browserslist": [
119119
"defaults"

0 commit comments

Comments
 (0)