mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
chore(ci): use package-lock in test & build github actions; (#5663)
* chore(test): use local typescript version for dtslint;
This commit is contained in:
@@ -26,5 +26,5 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: npm
|
||||
- run: npm install
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
cache: npm
|
||||
- run: npm install
|
||||
- run: npm ci
|
||||
- name: Prepare release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user