Skip to content

Commit

Permalink
Removes usages of GH Actions cache (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer authored Nov 26, 2022
1 parent 9e09614 commit 3801276
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v3
with:
path: |
$HOME/.yarn/berry
./.yarn/install-state.gz
./node_modules
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}-v1
restore-keys: |
yarn-${{ runner.os }}-

- name: 'Use Node.js ${{matrix.node}}'
uses: actions/setup-node@master
Expand Down
1 change: 0 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
yarnPath: .pinyarn.js
nodeLinker: node-modules
nmMode: hardlinks-global
enableGlobalCache: true
compressionLevel: 0

0 comments on commit 3801276

Please sign in to comment.