Skip to content

Commit

Permalink
ci: upgrade workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
flamrdevs committed Dec 13, 2024
1 parent d552dc0 commit 6be50ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
fetch-depth: 2

- name: setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
uses: pnpm/action-setup@v4

- name: setup node
uses: actions/setup-node@v4
Expand All @@ -33,7 +31,7 @@ jobs:
- name: setup deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v2.x

- name: write npmrc
run: echo auto-install-peers=false >> .npmrc
Expand Down

0 comments on commit 6be50ba

Please sign in to comment.