|
|
|
@ -40,7 +40,7 @@ jobs:
|
|
|
|
|
- name: Setup Node |
|
|
|
|
uses: actions/setup-node@v3 |
|
|
|
|
with: |
|
|
|
|
node-version: 18.14.0 |
|
|
|
|
node-version: 20.10.0 |
|
|
|
|
- name: Checkout |
|
|
|
|
uses: actions/checkout@v3 |
|
|
|
|
with: |
|
|
|
@ -59,7 +59,9 @@ jobs:
|
|
|
|
|
restore-keys: | |
|
|
|
|
${{ runner.os }}-pnpm-store- |
|
|
|
|
- name: Install dependencies for packages |
|
|
|
|
run: pnpm bootstrap |
|
|
|
|
run: | |
|
|
|
|
pnpm install -g node-gyp-build node-pre-gyp |
|
|
|
|
pnpm bootstrap |
|
|
|
|
- name: run unit tests |
|
|
|
|
working-directory: ./packages/nocodb |
|
|
|
|
run: pnpm run test:unit |
|
|
|
@ -75,7 +77,7 @@ jobs:
|
|
|
|
|
- name: Setup Node |
|
|
|
|
uses: actions/setup-node@v3 |
|
|
|
|
with: |
|
|
|
|
node-version: 18.14.0 |
|
|
|
|
node-version: 20.10.0 |
|
|
|
|
- name: Checkout |
|
|
|
|
uses: actions/checkout@v3 |
|
|
|
|
with: |
|
|
|
|