Skip to content

Commit 4efdebe

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent b3a9644 commit 4efdebe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ jobs:
2929
node-version: lts/*
3030

3131
- name: Install step
32-
run: "deno install --allow-scripts=npm:@swc/core"
32+
run: "deno install --allow-scripts=npm:@swc/core@1.10.15"
3333

3434
- name: Upload to Deno Deploy
3535
uses: denoland/deployctl@v1
3636
with:
3737
project: "fullsoak-examples"
3838
entrypoint: "src/main.ts"
3939
root: ""
40+
41+

0 commit comments

Comments
 (0)