Skip to content

Commit

Permalink
syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mu7med authored Dec 31, 2023
1 parent d2188ad commit 129f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.npm
key: '${{ runner.os }}-node-modules-${{ hashFiles(''package-lock.json'') }}'
key: "${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}"
- name: Install Dependencies
run: npm install
- name: Unit Testing
Expand Down

0 comments on commit 129f4ee

Please sign in to comment.