Try using stable lamdera instead of lamdera-next.

This commit is contained in:
Dillon Kearns 2022-06-30 10:55:07 -07:00
parent 1b52b4a15c
commit 6aff87539f

View File

@ -58,7 +58,7 @@ jobs:
- name: Add elm-review, elm and elm-format to path
run: npm bin >> $GITHUB_PATH
- name: Download lamdera
run: curl https://static.lamdera.com/bin/linux/lamdera-next -o /usr/local/bin/lamdera && chmod a+x /usr/local/bin/lamdera
run: curl https://static.lamdera.com/bin/linux/lamdera -o /usr/local/bin/lamdera && chmod a+x /usr/local/bin/lamdera
- name: Tests
run: npm test
- uses: sparksp/elm-review-action@v1