From 674a6b5dbb235b1be95eaf281e207ae28aa5cc2d Mon Sep 17 00:00:00 2001 From: PiEgg Date: Sun, 31 Jul 2022 16:35:18 +0800 Subject: [PATCH] :bug: Fix: build error --- .github/workflows/alpha.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/manually.yml | 2 +- CHANGELOG.md | 3 --- README.md | 2 +- 5 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index b9ec14b..dd4b345 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -12,7 +12,7 @@ jobs: - name: Setup node uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - name: Install modules run: yarn diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bf08a8..152eb9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - name: Setup node uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - name: Install modules run: yarn diff --git a/.github/workflows/manually.yml b/.github/workflows/manually.yml index c1cf784..209ab3c 100644 --- a/.github/workflows/manually.yml +++ b/.github/workflows/manually.yml @@ -9,7 +9,7 @@ jobs: - name: Setup node uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - name: Install modules run: yarn diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8f2b0..abef6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -389,6 +389,3 @@ ### :package: Chore * add picgo bump version ([c312302](https://github.com/PicGo/PicGo-Core/commit/c312302)) - - - diff --git a/README.md b/README.md index 1410ad8..745a2d4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A tool for picture uploading. Both CLI & api supports. It also supports plugin s ## Installation -PicGo should be installed with node.js >= 12. +PicGo should be installed with node.js >= 12 (v1.5.0-alpha.4 and small) & node.js >= 16 (since v1.5.0-alpha.5). ### Global install