From e2b2c737e91535b19f8a0d3d520b014871107921 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Wed, 24 Jan 2024 08:17:50 -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 0ca7cea..31c357b 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 --yes elm-verify-examples + run: npx --yes elm-verify-examples@5.3.0 - name: elm-test-rs run: ./node_modules/.bin/elm-test-rs