|
|
@ -7,15 +7,15 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
node-version: [14, 16]
|
|
|
|
node-version: [14, 16, 18]
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install pnpm
|
|
|
|
- name: Install pnpm
|
|
|
|
uses: pnpm/action-setup@v2.0.1
|
|
|
|
uses: pnpm/action-setup@v2.2.2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
version: 7.0.1
|
|
|
|
version: 7
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set node version to ${{ matrix.node_version }}
|
|
|
|
- name: Set node version to ${{ matrix.node_version }}
|
|
|
|
uses: actions/setup-node@v3
|
|
|
|
uses: actions/setup-node@v3
|
|
|
|