Skip to content

Commit

Permalink
single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Aug 17, 2024
1 parent 843bc83 commit 3682efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: npm --version

- run: where.exe npm
if: ${{ matrix.os == "windows-latest" }}
if: ${{ matrix.os == 'windows-latest' }}

- name: Install npm dependencies
run: npm install
Expand Down

0 comments on commit 3682efd

Please sign in to comment.