mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix crashing build disabling node v11
Node v11 is temporarily disabled from ci build until a bug is fixed in resemblejs package.
This commit is contained in:
parent
b52c22dd39
commit
97b87e3836
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
# Follow https://github.com/nodejs/LTS to decide when to remove a version
|
# Follow https://github.com/nodejs/LTS to decide when to remove a version
|
||||||
node_js:
|
node_js:
|
||||||
- stable
|
# Stable version is temporarily disabled due to a bug in resemblejs package with
|
||||||
|
# node v11 (https://github.com/orgs/paperjs/teams/contributors/discussions/8).
|
||||||
|
# - stable
|
||||||
- 10
|
- 10
|
||||||
- 8
|
- 8
|
||||||
# 6.13 and 6.14 causing unreasonable errors in SymbolDefinition.initialize.
|
# 6.13 and 6.14 causing unreasonable errors in SymbolDefinition.initialize.
|
||||||
|
|
Loading…
Reference in a new issue