.appveyor.yml

Summary

Maintainability
Test Coverage
version: "{build}"
environment:
  matrix:
    - nodejs_version: "18"
cache:
  - "%LOCALAPPDATA%\\Yarn"
init:
  - git config --global core.autocrlf true
install:
  - ps: Install-Product node $env:nodejs_version
  - yarn install
test_script:
  - node --version
  - yarn build
build: off
notifications:
  - provider: Slack
    on_build_success: false
    incoming_webhook:
      secure: osWQbJf4imIh5jMhkZW0RfHDY+fm5Uksv9CeOMJFysrAfMBuOWnJGfHqcI3xAiKsbY8yZkd7VefQBu+4nu0iimyvsrQouxIoCcp4rkpz+EE=