修改actions脚本

This commit is contained in:
lwch
2023-02-02 17:56:35 +08:00
parent cc2b687a79
commit cde39031e7
-6
View File
@@ -27,12 +27,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
# The action defaults to search for the dependency file (package-lock.json,
# npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its
# hash as a part of the cache key.
# https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data
cache-dependency-path: '**/package-lock.json'
- run: npm ci