Skip to content

Commit

Permalink
Update GitHub Actions workflow removed pnpm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-2007 committed Mar 23, 2024
1 parent 9377dff commit cb22030
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ on:

jobs:
build-and-publish:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Change to project directory
run: cd bambujs

- name: 'install pnpm'
run: npm install -g pnpm

Expand All @@ -22,7 +19,6 @@ jobs:
with:
node-version: '16' # or the version you're using
registry-url: 'https://registry.npmjs.org/'
cache: 'pnpm'

- name: Install dependencies with pnpm
run: pnpm install
Expand Down

0 comments on commit cb22030

Please sign in to comment.