Skip to content

Commit

Permalink
chore: drop node 10.x to upgrade dev dependencies
Browse files Browse the repository at this point in the history
This library always aims at supporting one EOLed LTS release which by
this time now is 12.x which has reached EOL 30 Apr 2022.
  • Loading branch information
ctavan committed Jul 29, 2022
1 parent d0d6e83 commit 0b5efee
Show file tree
Hide file tree
Showing 3 changed files with 4,259 additions and 4,848 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -39,6 +39,6 @@ jobs:
env:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
- run: npm run test:node
if: matrix.node-version >= '12.x'
if: matrix.node-version >= '16.x'
- run: npm run test:pack
if: matrix.node-version >= '12.x'
if: matrix.node-version >= '16.x'

0 comments on commit 0b5efee

Please sign in to comment.