Skip to content

Commit

Permalink
💚 Removing cache layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrotaym committed May 13, 2023
1 parent 2b550c2 commit c894f5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"

- run: yarn install --frozen-lockfile
- run: yarn validate && yarn build
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"

- run: yarn install --frozen-lockfile
- name: Create Release Pull Request or Publish
Expand Down

0 comments on commit c894f5c

Please sign in to comment.