Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: node version
Browse files Browse the repository at this point in the history
nada committed Aug 25, 2024
1 parent 06e4b24 commit 5f7c682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Upload NFT and Metadata
env:
NFT_STORAGE_TOKEN: ${{ secrets.NFT_STORAGE_TOKEN }}
PINATA_TOKEN: ${{ secrets.PINATA_TOKEN }}

on:
@@ -22,7 +21,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Prepare
run: |

0 comments on commit 5f7c682

Please sign in to comment.