update ci node version

This commit is contained in:
jeremywuuuuu 2021-07-23 16:42:13 +08:00 committed by hangzou
parent 4e5ef0d3a8
commit 1d24eefd42
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '12'
- name: Install dependencies
run: yarn bootstrap

View File

@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'
- name: Install dependencies
run: yarn bootstrap
- name: Lint
@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'
registry-url: https://registry.npmjs.com/
- name: Get version
run: echo "TAG_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

View File

@ -11,7 +11,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '14'
cache: 'yarn'
- name: Install dependencies
run: yarn bootstrap