This commit is contained in:
parent
2a08708c69
commit
9ee49f9089
1 changed files with 4 additions and 2 deletions
|
@ -17,9 +17,11 @@ jobs:
|
|||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'npm'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue