|
|
|
@ -17,11 +17,9 @@ jobs:
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
- node-version: 16
|
|
|
|
- node-version: 18
|
|
|
|
os: ubuntu-latest
|
|
|
|
|
|
|
|
- node-version: 16
|
|
|
|
|
|
|
|
os: windows-latest
|
|
|
|
os: windows-latest
|
|
|
|
- node-version: 16
|
|
|
|
- node-version: 18
|
|
|
|
os: macOS-latest
|
|
|
|
os: macOS-latest
|
|
|
|
- node-version: 18
|
|
|
|
- node-version: 18
|
|
|
|
os: ubuntu-latest
|
|
|
|
os: ubuntu-latest
|
|
|
|
@ -47,6 +45,6 @@ jobs:
|
|
|
|
- uses: pnpm/action-setup@v2.2.4
|
|
|
|
- uses: pnpm/action-setup@v2.2.4
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 16
|
|
|
|
node-version: 18
|
|
|
|
cache: pnpm
|
|
|
|
cache: pnpm
|
|
|
|
- run: 'pnpm i && pnpm check && pnpm lint'
|
|
|
|
- run: 'pnpm i && pnpm check && pnpm lint'
|
|
|
|
|