Skip to content

Commit

Permalink
refactor(ci): avoid quotes where not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Jan 2, 2025
1 parent 729c250 commit bf741c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm test

0 comments on commit bf741c5

Please sign in to comment.