Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# updating this changes the target Node version used by this package
# make sure to update the CI versions if you changed this
# also make sure to update the hash files in script/fixtures/SHASUM256.txt
target=v12.18.3

node-version=12.18.3
public-hoist-pattern[]=*
package-lock=false
lockfile=true
prefer-frozen-lockfile=true
child-concurrency=1 # node-gyp fails on windows
strict-peer-dependencies=false
12 changes: 12 additions & 0 deletions apm/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# updating this changes the target Node version used by this package
# make sure to update the CI versions if you changed this
# also make sure to update the hash files in script/fixtures/SHASUM256.txt
target=v12.18.3

node-version=12.18.3
public-hoist-pattern[]=*
package-lock=false
lockfile=true
prefer-frozen-lockfile=true
child-concurrency=1 # node-gyp fails on windows
strict-peer-dependencies=false
Loading