Skip to content
  • This project
    • Loading...
  • Sign in

ddn / ddn-upgrade-server

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ddn-upgrade-server
  • appveyor.yml
  • wulianyou's avatar
    first commit · 828fb271
    828fb271 Browse Files
    wulianyou authored 2022-05-24 16:32:42 +0800
appveyor.yml 242 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
environment:
  matrix:
    - nodejs_version: '10'

install:
  - ps: Install-Product node $env:nodejs_version
  - npm i npminstall && node_modules\.bin\npminstall

test_script:
  - node --version
  - npm --version
  - npm run test

build: off