add arm support

This commit is contained in:
Iván Salazar 2022-11-23 16:37:25 -06:00
parent 9ee6fb994c
commit d916ebef5c
6 changed files with 8321 additions and 33 deletions

View file

@ -16,9 +16,9 @@ jobs:
strategy:
matrix:
include:
- node-version: 14.x
- node-version: 18.x
db-type: postgresql
- node-version: 14.x
- node-version: 18.x
db-type: mysql
- node-version: 16.x
db-type: postgresql
@ -34,6 +34,6 @@ jobs:
cache: 'npm'
env:
DATABASE_TYPE: ${{ matrix.db-type }}
- run: npm install --global yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- run: npm i -g pnpm
- run: pnpm install
- run: pnpm build