Skip to content

Commit

Permalink
Merge pull request #416 from per1234/enforce-node
Browse files Browse the repository at this point in the history
Configure npm to enforce standard project Node.js version
  • Loading branch information
per1234 authored Oct 7, 2024
2 parents e877818 + 587723b commit 5673b0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
push:
paths:
- ".github/workflows/check-npm.ya?ml"
- "**/.npmrc"
- "**/package.json"
- "**/package-lock.json"
pull_request:
paths:
- ".github/workflows/check-npm.ya?ml"
- "**/.npmrc"
- "**/package.json"
- "**/package-lock.json"
schedule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-packaging-ncc-typescript-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- ".github/workflows/check-packaging-ncc-typescript-npm.yml"
- ".npmrc"
- "lerna.json"
- "package.json"
- "package-lock.json"
Expand All @@ -12,6 +13,7 @@ on:
pull_request:
paths:
- ".github/workflows/check-packaging-ncc-typescript-npm.yml"
- ".npmrc"
- "lerna.json"
- "package.json"
- "package-lock.json"
Expand Down
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# See: https://docs.npmjs.com/cli/configuring-npm/npmrc

engine-strict = true

0 comments on commit 5673b0c

Please sign in to comment.