From f3700e2fa70fb81f5014c1c1d7cfa7e9589ae669 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Wed, 24 Jan 2024 08:19:52 -0600 Subject: [PATCH] Pin elm-verify-examples to 5.x Until https://github.com/stoeffel/elm-verify-examples/issues/112 is resolved --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd53d35..7abc48c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: elm_format: ./node_modules/.bin/elm-format - name: elm-verify-examples - run: npx elm-verify-examples + run: npx elm-verify-examples@5.3.0 - name: elm-test-rs run: ./node_modules/.bin/elm-test-rs