Skip to content

Commit

Permalink
Update yarn-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored Aug 23, 2024
1 parent 0c0783f commit 3663127
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/yarn-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:
NODE_OPTIONS: --max_old_space_size=14000
steps:
- uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
persist-credentials: false # Required to make github pages deployment work correctly
node-version: 20.x

- name: Cache Data # Cache SourceCred Data, invalidating if any of the config changes or the SC version is updated
uses: actions/[email protected]
with:
path: '**/cache'
key: SC-${{ runner.os }}-${{ hashFiles('**/config.json', '**/sourcecred.json', '**/yarn.lock') }}
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: yarn.lock

- name: Install Packages 🔧
run: yarn --frozen-lockfile

0 comments on commit 3663127

Please sign in to comment.