mirror of https://git.tuxpa.in/a/code-server.git
chore: upgrade preview Node.js from 12 to 14 (#4255)
This commit is contained in:
parent
edb3b41800
commit
8f72481712
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue