Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
Megumiiiiii committed Nov 19, 2023
1 parent db55e58 commit 7508a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/permaweb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 18.x
- run: pnpm install --force
- run: pnpm run generate
node-version: 20.x
- run: yarn install
- run: yarn generate
env:
KEY: ${{ secrets.KEYY }}
- uses: Ilshidur/action-discord@master
Expand Down

0 comments on commit 7508a4d

Please sign in to comment.