-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from immobiliare/deprecat-node-12
feat: update node
- Loading branch information
Showing
4 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, macos-latest, windows-latest] | ||
node-version: [12.x, 14.x, 16.x] | ||
node-version: [14.x, 16.x, 18.x] | ||
|
||
runs-on: ${{ matrix.os }} | ||
steps: | ||
|
@@ -18,7 +18,4 @@ jobs: | |
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Update NPM | ||
run: npm i -g [email protected] # avoid [email protected] win32 bug | ||
|
||
- run: npm it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, macos-latest, windows-latest] | ||
node-version: [12.x, 14.x, 16.x] | ||
node-version: [14.x, 16.x, 18.x] | ||
|
||
runs-on: ${{ matrix.os }} | ||
steps: | ||
|
@@ -18,9 +18,6 @@ jobs: | |
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Update NPM | ||
run: npm i -g [email protected] # avoid [email protected] win32 bug | ||
|
||
- name: Install dependencies | ||
run: npm it | ||
|
||
|
@@ -30,15 +27,12 @@ jobs: | |
steps: | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
node-version: lts/* | ||
- uses: actions/checkout@v3 | ||
with: | ||
persist-credentials: false | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Update NPM | ||
run: npm i -g [email protected] # avoid [email protected] win32 bug | ||
|
||
- name: Install dependencies | ||
run: npm i | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ If you write your services and apps using `Fastify` and also use `statsd`, this | |
|
||
It automatically collects Node.js process metrics along with routes stats like hit count, timings and errors and uses the [`Dats`](https://github.com/immobiliare/dats) client to send them to a `stasd` collector. | ||
|
||
It supports Fastify versions `>=3.0.0`. | ||
It supports Fastify versions `>=3.0.0` on Node.js `>=14.0.0`, if you are a Node.js `v12` user refer to `[email protected]`. | ||
|
||
## Table of Content | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters