mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-29 08:36:10 +03:00
Compare commits
4 Commits
624609d800
...
25b4d7a3ca
Author | SHA1 | Date | |
---|---|---|---|
|
25b4d7a3ca | ||
|
2764e3ad9a | ||
|
5c12e1ce1c | ||
|
7d2ceac61a |
@ -1,6 +1,10 @@
|
|||||||
|
# Specify dist until Travis CI default Runner OS updates to one
|
||||||
|
# with glibc version required by newer Node versions
|
||||||
|
# See: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442
|
||||||
|
dist: jammy
|
||||||
language: node_js
|
language: node_js
|
||||||
sudo: false
|
sudo: false
|
||||||
node_js:
|
node_js:
|
||||||
- "16.14.2"
|
- lts/*
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
|
Loading…
Reference in New Issue
Block a user