Skip to content

Commit

Permalink
fix windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 20, 2024
1 parent 96bf04c commit d3506bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: print lean and lake versions
run: |
lean --version
lake --version - uses: actions/setup-node@v3
lake --version
- uses: actions/setup-node@v3
- run: npm install --loglevel verbose
- run: npm audit
continue-on-error: true
Expand Down

0 comments on commit d3506bb

Please sign in to comment.