|
|
|
@ -17,19 +17,19 @@ jobs:
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
- node-version: 16
|
|
|
|
- node-version: 18
|
|
|
|
os: ubuntu-latest
|
|
|
|
os: ubuntu-latest
|
|
|
|
- node-version: 16
|
|
|
|
- node-version: 18
|
|
|
|
os: windows-latest
|
|
|
|
os: windows-latest
|
|
|
|
- node-version: 16
|
|
|
|
|
|
|
|
os: macOS-latest
|
|
|
|
|
|
|
|
- node-version: 18
|
|
|
|
- node-version: 18
|
|
|
|
os: ubuntu-latest
|
|
|
|
os: macOS-latest
|
|
|
|
- node-version: 20
|
|
|
|
- node-version: 20
|
|
|
|
os: ubuntu-latest
|
|
|
|
os: ubuntu-latest
|
|
|
|
|
|
|
|
- node-version: 22
|
|
|
|
|
|
|
|
os: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: pnpm/action-setup@v2.4.1
|
|
|
|
- uses: pnpm/action-setup@v4
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
|
|