Skip to content

Commit

Permalink
Upgrade to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerg committed Oct 20, 2024
1 parent 61a2c04 commit 8495d77
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 141 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x

- name: Install step
run: "deno add --allow-scripts npm:@prisma/client"
run: "deno add -A --allow-scripts npm:@prisma/client"

- name: Build step
run: "deno task deploy"
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"useTabs": true,
"indentWidth": 2
},
"nodeModulesDir": true
"nodeModulesDir": "auto"
}
281 changes: 144 additions & 137 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8495d77

Please sign in to comment.