|
|
|
@ -60,7 +60,7 @@ jobs: |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
cache: yarn |
|
|
|
cache: yarn |
|
|
|
node-version: 16 |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
|
|
|
|
- name: Create database |
|
|
|
- name: Create database |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
@ -118,7 +118,7 @@ jobs: |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
cache: yarn |
|
|
|
cache: yarn |
|
|
|
node-version: 16 |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
|
|
|
|
- name: Create database |
|
|
|
- name: Create database |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
@ -149,7 +149,7 @@ jobs: |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
cache: yarn |
|
|
|
cache: yarn |
|
|
|
node-version: 16 |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
|
|
|
|
- name: Install packages and symlink local dependencies |
|
|
|
- name: Install packages and symlink local dependencies |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
|