Skip to content

Commit

Permalink
feat!: upgrade nflx-spectator to 2, drop EOL Node.js (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini authored May 23, 2023
1 parent d008db8 commit 0724941
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v2
- name: Set up Node ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node 14
- name: Set up Node 18
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v2
- name: Set up Node ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nflx-spectator-nodejsmetrics",
"version": "1.0.1",
"version": "2.0.0",
"author": "Daniel Muino <[email protected]>",
"main": "src/index.js",
"homepage": "https://github.org/Netflix/spectator-js",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.2",
"nflx-spectator": "^0.2.11"
"nflx-spectator": "^2.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 0724941

Please sign in to comment.