Skip to content

Commit

Permalink
Drop support for node < 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 21, 2024
1 parent 4cdacb3 commit 8404249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['14', 'lts/*']
node: ['18', 'lts/*']
steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"CHANGELOG.md"
],
"engines": {
"node": ">=14"
"node": ">=18"
},
"scripts": {
"build": "run-s build:sprites build:webpack",
Expand Down

0 comments on commit 8404249

Please sign in to comment.