Skip to content

Commit db61a5b

Browse files
committed
chore: github-actions5
1 parent 33ccc43 commit db61a5b

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-18.04]
30-
node_version: [12.x]
30+
node_version: [14.x]
3131

3232
steps:
3333
- name: Checkout
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Install dependencies
6262
run: |
63-
npm install hexo-cli gulp gulp-cli hexo-deployer-git -g
63+
npm install hexo-cli gulp-cli hexo-deployer-git -g
6464
npm install
6565
hexo clean && hexo g
6666
gulp

npm-shrinkwrap.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)