Skip to content

Commit 87e6b98

Browse files
committed
Do not build for node 16
1 parent 777e2aa commit 87e6b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
target-name: 'dd_pprof' # target name in binding.gyp
4141
package-manager: 'npm' # npm or yarn
4242
cache: true # enable caching of dependencies based on lockfile
43-
min-node-version: 16
43+
min-node-version: 18
4444
skip: 'linux-arm,linux-ia32' # skip building for these platforms
4545

4646
dev_publish:

.github/workflows/package-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: '16'
22+
node-version: '22'
2323
- run: yarn
2424
- name: Compute module size tree and report
2525
uses: qard/heaviest-objects-in-the-universe@v1

0 commit comments

Comments
 (0)