Skip to content

Commit

Permalink
fix(node): upgrade from node v16.x to v18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
timoa committed Feb 6, 2023
1 parent 766c32e commit 621ed98
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node: ['16']
node: ['18']

steps:
- name: Harden GitHub Actions Runner
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ appstores_max_active_installs{store="gplay",country="us",app="com.whatsapp",vers

## Requirements

* NodeJS >=16
* NodeJS >=18

## Installation

Expand Down
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ receiving such patches depend on the CVSS v3.0 Rating:

| Version | Supported |
| ------- | ------------------ |
| 0.5.x | :white_check_mark: |
| > 0.4.8 | :white_check_mark: |
| < 0.4.8 | :x: |
| 0.8.x | :white_check_mark: |
| < 0.8.0 | :x: |

## Reporting a Vulnerability

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"test:coverage": "./node_modules/.bin/nyc npm test",
"test:functional": "./node_modules/.bin/mocha --reporter spec ./test/functional",
"test:all": "./node_modules/.bin/run-s test:coverage",
"docker:status": "node src/healthcheck",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect"
"docker:status": "node src/healthcheck"
},
"bin": {
"appstores-exporter": "./src/exporter.js"
Expand All @@ -38,15 +36,14 @@
},
"homepage": "https://github.com/timoa/app-stores-prometheus-exporter#readme",
"dependencies": {
"@snyk/protect": "1.1088.0",
"app-store-scraper": "0.17.0",
"google-play-scraper": "9.1.1",
"prom-client": "14.1.1",
"uuid": "8.3.2",
"winston": "3.8.2"
},
"engines": {
"node": ">=16.0",
"node": ">=18.0",
"npm": ">=8.6.0"
},
"os": [
Expand Down

0 comments on commit 621ed98

Please sign in to comment.