Fix build on Node.js 10
This commit is contained in:
@@ -15,7 +15,8 @@ jobs:
|
||||
with:
|
||||
node-version: 10.x
|
||||
|
||||
- uses: actions/cache@v2
|
||||
- name: Yarn cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: .yarn/cache
|
||||
key: yarn-${{ hashFiles('yarn.lock') }}
|
||||
|
||||
Reference in New Issue
Block a user