ci: update ci.yml
This commit is contained in:
parent
405680a3e1
commit
c8f57c867d
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
cache: pnpm
|
||||
|
||||
- name: Install
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
cache: pnpm
|
||||
|
||||
- name: Install
|
||||
@ -49,13 +49,13 @@ jobs:
|
||||
- uses: pnpm/action-setup@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
cache: pnpm
|
||||
|
||||
- name: Install
|
||||
run: pnpm install
|
||||
|
||||
- run: pnpm run test:unit
|
||||
- run: pnpm test
|
||||
|
||||
# test-e2e:
|
||||
# runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user