Skip to content

Commit 87f7162

Browse files
authored
chore: use v14 LTS for more tests and release (#700)
1 parent 1480f2e commit 87f7162

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- uses: actions/cache@v2
2626
with:
2727
path: ${{ steps.yarn-cache.outputs.dir }}
28-
key: ubuntu-latest-node-12.x-yarn-${{ hashFiles('**/yarn.lock') }}
28+
key: ubuntu-latest-node-14.x-yarn-${{ hashFiles('**/yarn.lock') }}
2929
restore-keys: |
30-
ubuntu-latest-node-12.x-yarn-
30+
ubuntu-latest-node-14.x-yarn-
3131
- uses: actions/[email protected]
3232
with:
33-
node-version: 12.x
33+
node-version: 14.x
3434
- name: install
3535
run: yarn
3636
- name: regenerate docs

.github/workflows/nodejs.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,12 @@ jobs:
6868
- uses: actions/cache@v2
6969
with:
7070
path: ${{ steps.yarn-cache.outputs.dir }}
71-
key:
72-
${{ runner.os }}-node-${{ matrix.node-version }}-yarn-${{
73-
hashFiles('**/yarn.lock') }}
71+
key: ${{ runner.os }}-node-14.x-yarn-${{ hashFiles('**/yarn.lock') }}
7472
restore-keys: |
75-
${{ runner.os }}-node-${{ matrix.node-version }}-yarn-
73+
${{ runner.os }}-node-14.x-yarn-
7674
- uses: actions/[email protected]
7775
with:
78-
node-version: 12.x
76+
node-version: 14.x
7977
- name: install
8078
run: yarn
8179
- name: run prettier

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- uses: actions/cache@v2
2020
with:
2121
path: ${{ steps.yarn-cache.outputs.dir }}
22-
key: ubuntu-latest-node-12.x-yarn-${{ hashFiles('**/yarn.lock') }}
22+
key: ubuntu-latest-node-14.x-yarn-${{ hashFiles('**/yarn.lock') }}
2323
restore-keys: |
24-
ubuntu-latest-node-12.x-yarn-
24+
ubuntu-latest-node-14.x-yarn-
2525
- uses: actions/[email protected]
2626
with:
27-
node-version: 12.x
27+
node-version: 14.x
2828
- name: install
2929
run: yarn
3030
- run: yarn semantic-release

0 commit comments

Comments
 (0)