mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
ci: use 'browsers' version of Node image
This commit is contained in:
parent
bb83826827
commit
78f9a60330
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ commands:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
default:
|
default:
|
||||||
executor: node/default
|
executor:
|
||||||
|
name: node/default
|
||||||
|
tag: lts-browsers
|
||||||
environment:
|
environment:
|
||||||
CXX: "g++-4.9"
|
CXX: "g++-4.9"
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue