diff options
-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 |