Skip to content

Commit

Permalink
Drops support for Node < 14.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Oct 16, 2023
1 parent 9855fe3 commit 3c4bba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
node: ['12.0']
node: ['14.14.0']
name: Testing Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,14 @@
"metalsmith": "^2.5.0"
},
"files": [
"lib",
"CHANGELOG.md"
"lib"
],
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=12"
"node": ">=14.14.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3c4bba9

Please sign in to comment.