diff options
author | Doge Gui <[email protected]> | 2022-01-16 20:05:48 +0800 |
---|---|---|
committer | Doge Gui <[email protected]> | 2022-01-16 20:05:48 +0800 |
commit | 9b2343ad72cbf9e798c249d959d370317caccfe9 (patch) | |
tree | 4708e4f01b38ad3608047b71aad92a408a25d57b | |
parent | 39a9442e52a6a3b79230612071f7d7fd10533ec8 (diff) | |
download | chromate-9b2343ad72cbf9e798c249d959d370317caccfe9.tar.gz chromate-9b2343ad72cbf9e798c249d959d370317caccfe9.tar.bz2 chromate-9b2343ad72cbf9e798c249d959d370317caccfe9.zip |
Update Node.js requirements
-rw-r--r-- | .github/workflows/unittest.yaml | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/unittest.yaml b/.github/workflows/unittest.yaml index bbb97f2..f7dfcc3 100644 --- a/.github/workflows/unittest.yaml +++ b/.github/workflows/unittest.yaml @@ -7,7 +7,7 @@ jobs: - name: Node.js envs uses: actions/setup-node@v1 with: - node-version: "12.x" + node-version: "16.x" - name: Generate run: | git clone https://github.com/hexojs/hexo-theme-unit-test.git test diff --git a/package.json b/package.json index af261c6..feff308 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ }, "homepage": "https://github.com/guiqiqi/chromate", "dependencies": { - "podcast": "^1.3.0" + "podcast": "^2.0.0" } }
\ No newline at end of file |