mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -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:
|
||||
default:
|
||||
executor: node/default
|
||||
executor:
|
||||
name: node/default
|
||||
tag: lts-browsers
|
||||
environment:
|
||||
CXX: "g++-4.9"
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue