Skip to content

Commit 1edf8e4

Browse files
committed
Install deps
1 parent 2899de5 commit 1edf8e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ jobs:
1515
with:
1616
node-version: "22.4"
1717

18+
- name: Install
19+
run: npm install
20+
1821
- name: Build and test project
1922
run: npx spago test

0 commit comments

Comments
 (0)