fix(ci): install npm deps before running unit tests

This commit is contained in:
2026-04-26 00:27:07 +02:00
committed by djalim
parent 6db04045f4
commit fef9457795
+7
View File
@@ -16,10 +16,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Install dependencies
run: npm install --ignore-scripts
- name: Run unit tests
run: deno task test:unit