Bump GitHub Actions' Node version to 14.6 to match the version we're using for the services.

This commit is contained in:
Ivaylo Novakov 2020-08-05 14:55:19 +03:00
parent 2b31f6c34a
commit 90fa86b0f8
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 1 additions and 1 deletions

View File

@ -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