1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

fix(workflow): fix 'SASjs Server Build'

This commit is contained in:
Yury Shkoda
2021-10-20 15:15:24 +03:00
parent 829c88c4a0
commit 174d94a23c

View File

@@ -18,6 +18,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Change directory
run: cd api
- name: Install Dependencies
run: npm ci
- name: Check Code Style