Skip to content

Commit

Permalink
build(main-action): revert npm ci to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesmallon1 committed Jan 4, 2024
1 parent 501ad91 commit 9e4aa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
node-version: '20.10'

- name: Install Dependencies
run: npm ci
run: npm install

- name: Semantic Release
run: npx semantic-release --repository-url https://github.com/Jamesmallon1/solana-block-cacher.git
Expand Down

0 comments on commit 9e4aa2b

Please sign in to comment.