Skip to content

Commit

Permalink
chore: drop node 10.x to upgrade dev dependencies (#643)
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 2b96e3b
Show file tree
Hide file tree
Showing 4 changed files with 4,260 additions and 4,849 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'
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -481,4 +481,4 @@ const uuid = require('uuid'); // <== REMOVED!
This usage pattern was already discouraged in `uuid@3` and has been removed in `uuid@7`.

----
Markdown generated from [README_js.md](README_js.md) by [![RunMD Logo](http://i.imgur.com/h0FVyzU.png)](https://github.com/broofa/runmd)
Markdown generated from [README_js.md](README_js.md) by [![RunMD Logo](https://i.imgur.com/h0FVyzU.png)](https://github.com/broofa/runmd)

0 comments on commit 2b96e3b

Please sign in to comment.