Skip to content

Commit f6fb2a9

Browse files
committed
Pin node version in volta so that it runs for people who have node 18
1 parent f385ddb commit f6fb2a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,8 @@
118118
},
119119
"ember-addon": {
120120
"configPath": "tests/dummy/config"
121+
},
122+
"volta": {
123+
"node": "16.20.1"
121124
}
122125
}

0 commit comments

Comments
 (0)