Skip to content

Commit

Permalink
Merge pull request #87 from mean-org/remove-vulnerabilities
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
MexicanSparker authored Dec 19, 2024
2 parents dde2467 + a1e9942 commit 4d55564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}
cache: 'yarn'
# cache: 'yarn'

- name: Build
run: yarn install && yarn build
run: yarn install --frozen-lockfile && yarn build

- name: Meandao Release & Publish Toolkit
uses: mean-dao/[email protected]
Expand Down

0 comments on commit 4d55564

Please sign in to comment.