chore: upgrade preview Node.js from 12 to 14 (#4255)

This commit is contained in:
Jonathan Yu 2021-09-28 09:21:39 -07:00 committed by GitHub
parent edb3b41800
commit 8f72481712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14
- name: Cache Node Modules
uses: actions/cache@v2