Skip to content

Commit 6fffc23

Browse files
CI npm
1 parent f22bc4f commit 6fffc23

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,25 @@ jobs:
6161

6262
- name: Publishable
6363
run: deno task publishable
64+
65+
npm:
66+
name: npm
67+
68+
runs-on: ubuntu-latest
69+
70+
steps:
71+
- name: Checkout
72+
uses: actions/checkout@v4
73+
74+
- name: Deno
75+
uses: denoland/setup-deno@v2
76+
with:
77+
deno-version: 2.0.4
78+
79+
- name: Node
80+
uses: actions/setup-node@v4
81+
with:
82+
node-version: 22.11.0
83+
84+
- name: npm
85+
run: deno task npm dev

0 commit comments

Comments
 (0)