mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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
|
||||
# Follow https://github.com/nodejs/LTS to decide when to remove a version
|
||||
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
|
||||
- 8
|
||||
# 6.13 and 6.14 causing unreasonable errors in SymbolDefinition.initialize.
|
||||
|
|
Loading…
Reference in a new issue