Skip to content

Commit 674a6b5

Browse files
committed
🐛 Fix: build error
1 parent 0e90af3 commit 674a6b5

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

.github/workflows/alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup node
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: '12.x'
15+
node-version: '16.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- name: Install modules
1818
run: yarn

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup node
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: '12.x'
15+
node-version: '16.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- name: Install modules
1818
run: yarn

.github/workflows/manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup node
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: '12.x'
12+
node-version: '16.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- name: Install modules
1515
run: yarn

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,3 @@
389389
### :package: Chore
390390

391391
* add picgo bump version ([c312302](https://github.com/PicGo/PicGo-Core/commit/c312302))
392-
393-
394-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A tool for picture uploading. Both CLI & api supports. It also supports plugin s
1515

1616
## Installation
1717

18-
PicGo should be installed with node.js >= 12.
18+
PicGo should be installed with node.js >= 12 (v1.5.0-alpha.4 and small) & node.js >= 16 (since v1.5.0-alpha.5).
1919

2020
### Global install
2121

0 commit comments

Comments
 (0)