We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014ac17 commit 488b05fCopy full SHA for 488b05f
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
target-name: 'dd_pprof' # target name in binding.gyp
41
package-manager: 'npm' # npm or yarn
42
cache: true # enable caching of dependencies based on lockfile
43
- min-node-version: 16
+ min-node-version: 18
44
skip: 'linux-arm,linux-ia32' # skip building for these platforms
45
46
dev_publish:
.github/workflows/package-size.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node.js
20
uses: actions/setup-node@v2
21
with:
22
- node-version: '16'
+ node-version: '22'
23
- run: yarn
24
- name: Compute module size tree and report
25
uses: qard/heaviest-objects-in-the-universe@v1
0 commit comments