Update build-binaries.yml

This commit is contained in:
Daniel Hougaard
2024-07-01 22:54:51 +02:00
parent 509037e6d0
commit 934bfbb624

View File

@@ -36,6 +36,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install pkg
run: npm install -g pkg
- name: Install dependencies (backend)
run: npm install