Skip to content

Commit

Permalink
修改npm证书过期â
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiansu committed May 29, 2024
1 parent 87dc030 commit 24ccad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [16.x]
node_version: [v16]

steps:
- name: Checkout
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Install Dependencies
run: |
npm set strict-ssl false
npm install
- name: Deploy hexo
Expand Down

0 comments on commit 24ccad9

Please sign in to comment.