Skip to content

Commit

Permalink
fix: ipfs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Nov 7, 2024
1 parent 832c469 commit ad25b39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ipfs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Install dependencies
run: pnpm install

- name: Build project
run: pnpm build

- name: Deploy to ipfs
id: pinata
uses: aave/pinata-action@a3409e26f4cb859a2d9984109317caac53db5f68
Expand Down

1 comment on commit ad25b39

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.