Skip to content

Commit

Permalink
fix(ci): remove pnpm reference from setup-node step (#5801)
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 authored Feb 20, 2024
1 parent 83630cf commit 19c0e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

- name: Setup pnpm and install dependencies
Expand Down

0 comments on commit 19c0e86

Please sign in to comment.