Skip to content

Commit

Permalink
build(npmrc): Explicitly configure the Node version to use
Browse files Browse the repository at this point in the history
While `package.json` files have `engines.node` set, that specifies a range
of compatible runtime Node versions, but not the exact version to build
the project.

Choose the current version from the 20 branch.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed May 28, 2024
1 parent 1dec070 commit 98bee7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# pnpm-related options
shamefully-hoist=true
strict-peer-dependencies=false
engine-strict = true
engine-strict=true
use-node-version=20.13.1

0 comments on commit 98bee7a

Please sign in to comment.