Skip to content

Commit 31803e1

Browse files
committed
ci(github): Update to Node 14
1 parent f791e1a commit 31803e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ on:
55

66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: 12
13+
node-version: 14
1414
- uses: actions/cache@v1
1515
id: yarn-cache
1616
with:
1717
path: .yarn/cache
18-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
18+
key: ${{ runner.os }}-node-14-yarn-${{ hashFiles('**/yarn.lock') }}
1919
restore-keys: |
2020
${{ runner.os }}-yarn-
2121
- run: yarn install --immutable

0 commit comments

Comments
 (0)