Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Sep 17, 2024
1 parent 785c4db commit 694c60f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20.16.0"
# cache: 'yarn'
- name: Clear cache, install deps via Yarn
run: |
echo "Clearing yarn cache..."
yarn cache clean
echo "Installing dependencies..."
yarn install --frozen-lockfile
echo "Running setup..."
yarn setup
cache: 'yarn'
- name: Install deps via Yarn
run: yarn setup
- name: Check for frozen lockfile
run: yarn check-lockfile
- name: Zip node_modules
Expand All @@ -54,8 +48,6 @@ jobs:
name: node_modules.tar.gz
- name: Unzip node_modules
run: tar xzf node_modules.tar.gz
- name: Install dependencies
run: yarn install --frozen-lockfile
- uses: actions/checkout@v4
with:
repository: 'rainbow-me/browser-extension-env'
Expand Down

0 comments on commit 694c60f

Please sign in to comment.