Skip to content

Commit

Permalink
chore: refresh package-lock.json (#426)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for Node.js older than 18.x
  • Loading branch information
Trott authored Mar 7, 2024
1 parent dfc88ff commit c86632c
Show file tree
Hide file tree
Showing 2 changed files with 1,770 additions and 10,978 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x, 20.x, 21.x]
node-version: [18.x, 19.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit c86632c

Please sign in to comment.