build: Update Node version

This commit is contained in:
Felix Rieseberg 2021-01-04 10:31:12 -08:00
parent 9c98bf1eb8
commit 47863bb45e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 15.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"