Skip to content

Commit

Permalink
Attempt to get CI to work
Browse files Browse the repository at this point in the history
  • Loading branch information
cloke committed Sep 9, 2024
1 parent 1816017 commit 0b8455b
Show file tree
Hide file tree
Showing 5 changed files with 19,584 additions and 146 deletions.
9 changes: 4 additions & 5 deletions ember-scroll-modifiers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@
"crypto"
],
"engines": {
"node": "16.* || >= 18"
},
"volta": {
"node": "18.20.4",
"yarn": "1.22.22"
"node": ">= 18",
"yarn": "use pnpm",
"npm": "use pnpm"
},
"packageManager": "[email protected]",
"ember": {
"edition": "octane"
},
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
},
"devDependencies": {
"concurrently": "^8.2.2"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 0b8455b

Please sign in to comment.