Skip to content

Commit

Permalink
build(deps): lock file maintenance (#39)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 16 and below is no longer supported
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent a0d3877 commit dd5c0cf
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 172 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
node_version:
- "12"
- "14"
- "18"
- "20"
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down
Loading

0 comments on commit dd5c0cf

Please sign in to comment.