Skip to content

Commit

Permalink
Try and use the Elm setup action to provide Elm
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Sep 4, 2024
1 parent 4861f2d commit e8876c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: jorelali/setup-elm@v6
name: Setup Elm
with:
elm-version: 0.19.1
- run: npm ci
- run: npx --yes auditjs ossi --whitelist allow-list.json

Expand Down

0 comments on commit e8876c3

Please sign in to comment.