Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
a.volokhov committed Mar 14, 2024
1 parent bb023a8 commit 30427e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
fetch-depth: 1
- name: Clean up npm
if: matrix.os == 'ubuntu-latest'
run: |
rm -rf node_modules && npm cache clean -f
- name: Use Node.js 16.17.0
Expand Down

0 comments on commit 30427e2

Please sign in to comment.