Skip to content

Commit

Permalink
fix npm run jasmine failed on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
openlg committed May 16, 2024
1 parent bc339e5 commit f823fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16, 19]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]

steps:
- name: Checkout Git Source
Expand Down

0 comments on commit f823fbe

Please sign in to comment.