Skip to content

Commit

Permalink
chore: update publish-package-ci action version
Browse files Browse the repository at this point in the history
  • Loading branch information
rookie-luochao committed Apr 20, 2024
1 parent da0d9e4 commit 72d62f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-package-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
steps:
# 将代码拉到虚拟机
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
# 指定node版本
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
# 依赖缓存策略
- name: Cache
id: cache-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
**/node_modules
Expand Down

0 comments on commit 72d62f9

Please sign in to comment.