Skip to content

Commit 07c0d9c

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent 28e2b89 commit 07c0d9c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
with:
2424
deno-version: v2.x
2525

26+
- name: Install Node.js
27+
uses: actions/setup-node@v4
28+
with:
29+
node-version: lts/*
30+
31+
- name: Install step
32+
run: "npm install"
33+
2634
- name: Build step
2735
run: "deno task build "
2836

@@ -32,3 +40,5 @@ jobs:
3240
project: "pumpn"
3341
entrypoint: "main.js"
3442
root: "."
43+
44+

0 commit comments

Comments
 (0)