Skip to content

Commit

Permalink
fix(build): update Node.js version in configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Dec 28, 2024
1 parent 062f44e commit 8d0acd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use-node-version=16.20.0
node-version=16.20.0
engine-strict=false
auto-install-peers=true
strict-peer-dependencies=false
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"license": "ISC",
"author": "Joel Hooks",
"main": "index.js",
"engines": {
"node": "16.20.0"
},
"scripts": {
"build": "turbo run generate build postbuild",
"build:ci": "turbo run generate test lint",
Expand Down

0 comments on commit 8d0acd6

Please sign in to comment.