|
|
@ -15,13 +15,15 @@ jobs:
|
|
|
|
- name: Setup Node.js
|
|
|
|
- name: Setup Node.js
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: "12.x"
|
|
|
|
node-version: "16.x"
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install npm dependencies
|
|
|
|
- name: Install npm dependencies
|
|
|
|
run: yarn install
|
|
|
|
run: yarn install
|
|
|
|
|
|
|
|
|
|
|
|
- name: Lint
|
|
|
|
- name: Lint
|
|
|
|
run: yarn lint
|
|
|
|
run: yarn lint
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
|
|
|
NEXT_TELEMETRY_DISABLED: 1
|
|
|
|
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
deploy:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
@ -33,7 +35,7 @@ jobs:
|
|
|
|
- name: Setup Node.js
|
|
|
|
- name: Setup Node.js
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: "12.x"
|
|
|
|
node-version: "16.x"
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install npm dependencies
|
|
|
|
- name: Install npm dependencies
|
|
|
|
run: yarn install
|
|
|
|
run: yarn install
|
|
|
|