Skip to content

Commit 4281325

Browse files
authored
Merge pull request #479 from ember-learn/volta-pin
Pin node version in volta so that it runs for people who have node 18
2 parents 1c166e8 + f6fb2a9 commit 4281325

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)