Skip to content

Commit

Permalink
chore: 🤖 Fix release action, remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmpinto committed May 8, 2024
1 parent 479673e commit 7f82e85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
build:
name: CI
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'

- name: Set up pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 7f82e85

Please sign in to comment.