Skip to content

Commit

Permalink
fix: ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi1 committed Aug 2, 2023
1 parent df66284 commit 17f54ad
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 @@ -73,7 +73,7 @@ jobs:
with:
name: artifact
path: dist
- uses: actions/cache@v3
- uses: actions/cache@v3
with:
path: 'node_modules'
key: ${{ runner.os }}-${{ matrix.node-version }}-modules-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 17f54ad

Please sign in to comment.