a
This commit is contained in:
parent
59e4552180
commit
d841d845fd
1 changed files with 2 additions and 10 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -36,21 +36,13 @@ jobs:
|
|||
run:
|
||||
working-directory: apps/infoalloggi/
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: apps/infoalloggi
|
||||
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: "npm"
|
||||
cache-dependency-path: apps/infoalloggi/package-lock.json
|
||||
|
||||
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue