Skip to content

Commit

Permalink
Update GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed Sep 28, 2023
1 parent 3cbfdc3 commit a914970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
- name: Run tests
run: npm test
# TODO: enable once tests do not get stuck on Windows
if: matrix.os != 'windows-latest'
# Mocha and Sinon.JS support only Node.js >=14.x
if: matrix.os != 'windows-latest' && contains(fromJSON('["14.x", "16.x", "18.x", "20.x"]'), matrix.node-version)

0 comments on commit a914970

Please sign in to comment.