Bump GitHub Actions' Node version to 14.6 to match the version we're using for the services.
This commit is contained in:
parent
2b31f6c34a
commit
90fa86b0f8
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 14.6
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
|
Reference in New Issue