Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit e8550a6

Browse files
committed
update node version
1 parent 4c8ab8e commit e8550a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install node
104104
uses: actions/setup-node@v2
105105
with:
106-
node-version: '14.4.0'
106+
node-version: '14.17.0'
107107
- name: Install yarn
108108
run: |
109109
npm install -g yarn
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install node
136136
uses: actions/setup-node@v2
137137
with:
138-
node-version: '14.4.0'
138+
node-version: '14.17.0'
139139
- name: Install yarn
140140
run: |
141141
npm install -g yarn

0 commit comments

Comments
 (0)