Skip to content

Commit

Permalink
chore: remove cache, add more package-locks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Oct 22, 2023
1 parent 9ca06a9 commit 5f5c087
Show file tree
Hide file tree
Showing 7 changed files with 2,375 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Cache node_modules
uses: actions/cache@v1
with:
path: "**/node_modules"
key: ${{ runner.os }}-all3-node_modules-${{ hashFiles('**/package-lock.json') }}
- name: npm install
run: npm ci
- name: Lerna bootstrap
Expand Down
Loading

0 comments on commit 5f5c087

Please sign in to comment.