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 /.github | |
parent | 39a9442e52a6a3b79230612071f7d7fd10533ec8 (diff) | |
download | chromate-9b2343ad72cbf9e798c249d959d370317caccfe9.tar.gz chromate-9b2343ad72cbf9e798c249d959d370317caccfe9.tar.bz2 chromate-9b2343ad72cbf9e798c249d959d370317caccfe9.zip |
Update Node.js requirements
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/unittest.yaml | 2 |
1 files changed, 1 insertions, 1 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 |