Update CI scripts
This commit is contained in:
parent
ba63a8c468
commit
61853e22e9
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -74,10 +74,10 @@ jobs:
|
||||
with:
|
||||
name: ffmpeg-core-mt
|
||||
path: packages/core-mt/dist
|
||||
- name: Use Node.js 16
|
||||
- name: Use Node.js 18
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
- name: Cache dependencies
|
||||
id: cache-dependencies
|
||||
uses: actions/cache@v3
|
||||
@ -88,6 +88,6 @@ jobs:
|
||||
restore-keys: |
|
||||
node-modules-
|
||||
- name: Install dependencies
|
||||
run: npx lerna bootstrap
|
||||
run: npx install
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
Loading…
Reference in New Issue
Block a user