mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
ci: don't cache
This commit is contained in:
@@ -4,10 +4,6 @@ node_js:
|
||||
- 6
|
||||
- 8
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.pnpm-registry
|
||||
|
||||
sudo: false
|
||||
before_install:
|
||||
- npm install -g pnpm
|
||||
|
||||
@@ -16,5 +16,3 @@ test_script:
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm test
|
||||
cache:
|
||||
- '%USERPROFILE%\.pnpm-registry'
|
||||
|
||||
Reference in New Issue
Block a user