Skip to content

Commit 19cb684

Browse files
committed
use Node 14 for CI
1 parent c8b79a0 commit 19cb684

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
@@ -112,7 +112,7 @@ jobs:
112112
- name: Use Node.js
113113
uses: actions/setup-node@v1
114114
with:
115-
node-version: 12.x
115+
node-version: 14.x
116116
- name: Prepare build
117117
id: set-version
118118
shell: bash

0 commit comments

Comments
 (0)