Skip to content

Commit

Permalink
Try and rely on local Elm version
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Sep 4, 2024
1 parent 83258c9 commit 077320d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 168 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- uses: jorelali/setup-elm@v6
name: Setup Elm
- name: Setup Elm
uses: jorelali/setup-elm@v6
with:
elm-version: 0.19.1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
164 changes: 0 additions & 164 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "morphir-elm",
"version": "2.89.0",
"description": "Elm bindings for Morphir",
"description": "Elm bindings for Morphir",
"type": "module",
"types": "lib/dist/main.d.ts",
"main": "lib/dist/main.js",
Expand Down Expand Up @@ -77,7 +77,6 @@
"@typespec/compiler": "^0.59.1",
"@vercel/ncc": "^0.38.1",
"del-cli": "^5.1.0",
"elm": "^0.19.1-5",
"elm-format": "^0.8.5",
"elm-test": "^0.19.1-revision6",
"elm-tooling": "^1.15.0",
Expand Down

0 comments on commit 077320d

Please sign in to comment.