Skip to content

Commit a2eb701

Browse files
committed
use Node 14.x for CI
1 parent 15c5adb commit a2eb701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Use Node.js
5555
uses: actions/setup-node@v1
5656
with:
57-
node-version: 12.x
57+
node-version: 14.x
5858
- run: npm install
5959
- run: npm run compile
6060
- name: npm test
@@ -111,7 +111,7 @@ jobs:
111111
- name: Use Node.js
112112
uses: actions/setup-node@v1
113113
with:
114-
node-version: 12.x
114+
node-version: 14.x
115115
- name: Prepare build
116116
id: set-version
117117
shell: bash

0 commit comments

Comments
 (0)