Skip to content

Commit c5c5e56

Browse files
Setup deno in publish.yml
1 parent 9692374 commit c5c5e56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
node-version: 20
1919
registry-url: "https://registry.npmjs.org"
2020

21+
- name: Setup Deno
22+
uses: denoland/setup-deno@v1
23+
with:
24+
deno-version: v2.x
25+
2126
- uses: pnpm/action-setup@v4
2227
with:
2328
version: 10.13.1

0 commit comments

Comments
 (0)