Files
vue-cli/appveyor.yml
Haoqun Jiang 4e024b77af ci: bump appveyor node version
The dev dependency `@graphql-eslint/eslint-plugin` is causing CI
failures in Node.js 12
2022-07-07 17:36:36 +08:00

26 lines
578 B
YAML

environment:
nodejs_version: "14"
install:
- ps: Install-Product node $env:nodejs_version
- yarn patch-chromedriver
- yarn --network-timeout 600000
test_script:
- git --version
- node --version
- yarn --version
- yarn test --testPathIgnorePatterns globalService
# ui tests temporarily disabled due to Cypress 3.0 issue on windows
# - cd "packages/@vue/cli-ui" && yarn test
cache:
- node_modules -> appveyor.yml, **\package.json, yarn.lock
- '%LOCALAPPDATA%\Yarn -> appveyor.yml, **\package.json, yarn.lock'
build: off
branches:
except:
- docs