Skip to content

Commit

Permalink
Change the pipeline to use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanarnouk committed May 19, 2024
1 parent 36dfdfc commit 3d9fee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'yarn' # Set this to npm, yarn or pnpm.
cache: 'npm' # Set this to npm, yarn or pnpm.

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 3d9fee5

Please sign in to comment.