Skip to content

Commit

Permalink
Drop support for node < 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Oct 26, 2022
1 parent b4cab19 commit 3c37a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 18]
node: [18]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"Alexander Schmidt <alexanderschmidt1@gmail.com>"
],
"engines": {
"node": "^12"
"node": "^18"
}
}

0 comments on commit 3c37a1d

Please sign in to comment.