build: Update Node version

This commit is contained in:
Felix Rieseberg 2021-01-04 10:31:33 -08:00
parent 238b07b7dd
commit e3b9a839f5
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)"