Use node v16 and pprof to generate profile data for watchers (#299)

* Use pprof to generate profile data for watchers

* Update docs and github workflows to use node v16
This commit is contained in:
prathamesh0
2021-12-09 10:39:35 +05:30
committed by GitHub
parent 6f98166c49
commit a2ad139769
14 changed files with 235 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}