Skip to content

Commit d7fce6a

Browse files
committed
Update min-node-version in release.yml to 18 (#219)
1 parent 8f476f6 commit d7fce6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
target-name: 'dd_pprof' # target name in binding.gyp
1313
package-manager: 'npm' # npm or yarn
1414
cache: true # enable caching of dependencies based on lockfile
15-
min-node-version: 16
15+
min-node-version: 18
1616
skip: 'linux-arm,linux-ia32' # skip building for these platforms
1717

1818
publish:

0 commit comments

Comments
 (0)