Skip to content

Commit

Permalink
bumping Node minimum to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jan 22, 2024
1 parent cc30762 commit 895212c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/high-depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019]
node-versions: ['16', '18', '20']
node-versions: ['20', '21']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Node ${{matrix.node-versions}}
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'

- name: Install Yarn Dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/low-depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019]
node-versions: ['16', '18', '20']
node-versions: ['20', '21']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019]
node-versions: ['16', '18', '20']
node-versions: ['20', '21']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Node ${{matrix.node-versions}}
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- if: ${{ contains(matrix.app.name, 'pnpm') }}
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://github.com/symfony/webpack-encore/issues"
},
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"homepage": "https://github.com/symfony/webpack-encore",
"dependencies": {
Expand Down

0 comments on commit 895212c

Please sign in to comment.