Archived
1
0

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

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