mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: cache node_modules
This commit is contained in:
parent
fc43100286
commit
7628471928
|
@ -17,7 +17,8 @@ environment:
|
||||||
platform: x64
|
platform: x64
|
||||||
- nodejs_version: "10"
|
- nodejs_version: "10"
|
||||||
platform: x64
|
platform: x64
|
||||||
|
cache:
|
||||||
|
- node_modules
|
||||||
install:
|
install:
|
||||||
# Use version based on tag
|
# Use version based on tag
|
||||||
- ps: $env:package_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
|
- ps: $env:package_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
|
||||||
|
|
Loading…
Reference in New Issue
Block a user