fixed npm pipeline
This commit is contained in:
parent
b9915f71e3
commit
328d5fcbe4
@ -11,6 +11,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.x'
|
||||
- run: npm ci
|
||||
- run: npm clean
|
||||
- run: npm install
|
||||
- run: npm run build --if-present
|
||||
- run: npm test --if-present
|
||||
|
||||
Loading…
Reference in New Issue
Block a user