Compare commits
No commits in common. "3a12af6d90d9c84ec7846c3c21439909f96dfd7d" and "cf156266cc0a88323fbedaa9e10c77ad905ac0d6" have entirely different histories.
3a12af6d90
...
cf156266cc
@ -16,10 +16,9 @@ jobs:
|
|||||||
# Version Spec of the version to use in SemVer notation.
|
# Version Spec of the version to use in SemVer notation.
|
||||||
# It also admits such aliases as lts/*, latest, nightly and canary builds
|
# It also admits such aliases as lts/*, latest, nightly and canary builds
|
||||||
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
|
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
|
||||||
|
node-version: '14'
|
||||||
node-version: '16-latest'
|
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
check-latest: true
|
||||||
# 缓存 Maven 依赖
|
# 缓存 Maven 依赖
|
||||||
- name: 安装依赖
|
- name: 安装依赖
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user