Skip to content

Commit c7a6809

Browse files
committed
bug #1256 Re-adding node 18 support (weaverryan)
This PR was merged into the main branch. Discussion ---------- Re-adding node 18 support Removing Node 18 support was an accident - #1254 (comment) - so let's fix that :) Commits ------- 1de3553 Re-adding node 18 support
2 parents 64b4e2e + 1de3553 commit c7a6809

File tree

5 files changed

+93
-104
lines changed

5 files changed

+93
-104
lines changed

.github/workflows/high-depends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: ['20', '21']
17+
node-versions: ['18', '20', '21']
1818

1919
steps:
2020
- name: Checkout

.github/workflows/low-depends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: ['20', '21']
17+
node-versions: ['18', '20', '21']
1818

1919
steps:
2020
- name: Checkout

.github/workflows/stable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: ['20', '21']
17+
node-versions: ['18', '20', '21']
1818

1919
steps:
2020
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/symfony/webpack-encore/issues"
2424
},
2525
"engines": {
26-
"node": ">=20.0.0"
26+
"node": ">=18.0.0"
2727
},
2828
"homepage": "https://github.com/symfony/webpack-encore",
2929
"dependencies": {

0 commit comments

Comments
 (0)