Skip to content

Commit 9c7c8e6

Browse files
committed
fix: update ci nodejs to v14
1 parent 6dee7b3 commit 9c7c8e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 12
18+
node-version: 14
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Build

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 12
18+
node-version: 14
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Github Pages

0 commit comments

Comments
 (0)