We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ea83c commit 0133859Copy full SHA for 0133859
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
${{ runner.os }}-
42
43
- name: Install NPM dependencies
44
- run: npm install purescript spago markdownlint-cli
+ run: npm install purescript spago markdownlint-cli@0.37.0
45
46
- name: Run Build
47
run: ./scripts/buildAll.sh
0 commit comments