mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
bfffac3fd5
Also, migrate to a Java build as we need JDK 8 and it's easier to install a specific Node.js version in a Java image than vice-versa. Closes gh-1938
14 lines
201 B
YAML
14 lines
201 B
YAML
dist: bionic
|
|
language: java
|
|
jdk:
|
|
- openjdk8
|
|
env:
|
|
- NODE_VERSION="10"
|
|
- NODE_VERSION="14"
|
|
install:
|
|
- nvm install "$NODE_VERSION"
|
|
- npm install
|
|
script:
|
|
- nvm use "$NODE_VERSION"
|
|
- npm test
|