Skip to content

Commit 06b68a7

Browse files
committed
chore: pin nvm, node and pnpm versions
1 parent fc2afa1 commit 06b68a7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,10 @@
5656
"typescript": "^4.7.4",
5757
"astro": "1.0.0-beta.47",
5858
"vite": "^2.9.12"
59-
}
59+
},
60+
"engines": {
61+
"node": "17.9",
62+
"pnpm": "7"
63+
},
64+
"packageManager": "[email protected]"
6065
}

0 commit comments

Comments
 (0)