Skip to content

Commit 7b57f39

Browse files
committed
use node version 14
1 parent 00a4116 commit 7b57f39

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Use Node.js
4949
uses: actions/setup-node@v2
5050
with:
51-
node-version: 16
51+
node-version: 14
5252
- run: npm install
5353
- name: lint
5454
if: runner.os == 'Linux'
@@ -133,7 +133,7 @@ jobs:
133133
- name: Use Node.js
134134
uses: actions/setup-node@v2
135135
with:
136-
node-version: 16
136+
node-version: 14
137137
- name: Prepare build
138138
id: set-version
139139
run: |

0 commit comments

Comments
 (0)