Skip to content

Commit

Permalink
Add setup Elm to Build job
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Sep 4, 2024
1 parent 077320d commit ac5cc1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Setup Elm
uses: jorelali/setup-elm@v6
with:
elm-version: 0.19.1

- name: Cache NPM
uses: actions/cache@v3
with:
Expand Down

0 comments on commit ac5cc1b

Please sign in to comment.