Skip to content

Commit c4c5730

Browse files
committed
Dropping support for node 10
1 parent 6b8d6db commit c4c5730

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x, 15.x, 16.x, 18.x, 20.x, 22.x]
19+
node-version: [12.x, 14.x, 15.x, 16.x, 18.x, 20.x, 22.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ The goal of this project is to provide additional features on top of the existin
44

55
[![NPM](https://nodei.co/npm/better-npm-audit.png)](https://npmjs.org/package/better-npm-audit)
66

7-
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square) ![npm vulnerability](https://img.shields.io/snyk/vulnerabilities/npm/better-npm-audit?style=flat-square) ![GitHub issues](https://img.shields.io/github/issues/jeemok/better-npm-audit?style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/better-npm-audit?style=flat-square) ![Languages](https://img.shields.io/github/languages/top/jeemok/better-npm-audit?style=flat-square)
7+
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square) ![npm downloads](https://img.shields.io/npm/d18m/better-npm-audit
8+
) ![node current](https://img.shields.io/node/v/better-npm-audit
9+
) ![node support](https://img.shields.io/badge/node-up_to_v22-brightgreen
10+
) ![npm vulnerability](https://snyk.io/test/github/jeemok/better-npm-audit/badge.svg?targetFile=package.json) ![GitHub issues](https://img.shields.io/github/issues/jeemok/better-npm-audit?style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/better-npm-audit?style=flat-square) ![Languages](https://img.shields.io/github/languages/top/jeemok/better-npm-audit?style=flat-square)
811

912
## NPM version 6 and 7, and 8
1013

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/jeemok/better-npm-audit"
1414
},
1515
"engines": {
16-
"node": ">= 8.12"
16+
"node": ">=12"
1717
},
1818
"scripts": {
1919
"preaudit": "npm run build",

0 commit comments

Comments
 (0)