Skip to content

Commit 2b96e3b

Browse files
authored
chore: drop node 10.x to upgrade dev dependencies (#643)
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.
1 parent d0d6e83 commit 2b96e3b

File tree

4 files changed

+4260
-4849
lines changed

4 files changed

+4260
-4849
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

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

1414
steps:
1515
- uses: actions/checkout@v1
@@ -39,6 +39,6 @@ jobs:
3939
env:
4040
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
4141
- run: npm run test:node
42-
if: matrix.node-version >= '12.x'
42+
if: matrix.node-version >= '16.x'
4343
- run: npm run test:pack
44-
if: matrix.node-version >= '12.x'
44+
if: matrix.node-version >= '16.x'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,4 +481,4 @@ const uuid = require('uuid'); // <== REMOVED!
481481
This usage pattern was already discouraged in `uuid@3` and has been removed in `uuid@7`.
482482

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

0 commit comments

Comments
 (0)