Skip to content

Commit

Permalink
Fix setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Aug 21, 2023
1 parent 6b56611 commit 0243dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'yarn'
cache: 'npm'

- name: Cache node modules
uses: actions/cache@v3
Expand Down

0 comments on commit 0243dba

Please sign in to comment.