This commit is contained in:
@@ -15,11 +15,19 @@ jobs:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Display Node.js version
|
||||
run: node --version
|
||||
|
||||
- name: Display npm version
|
||||
run: npm --version
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm ci || npm install
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
env:
|
||||
CI: true
|
||||
|
||||
Reference in New Issue
Block a user