mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- update node version on travis
- use the latest version on puppeteer
This commit is contained in:
@@ -4,7 +4,7 @@ dist: jammy
|
||||
sudo: required
|
||||
services: xvfb
|
||||
node_js:
|
||||
- "20.15.1"
|
||||
- "22.11.0"
|
||||
cache:
|
||||
directories:
|
||||
- ".meteor"
|
||||
|
||||
@@ -9,7 +9,7 @@ cd $(dirname $0)/../..
|
||||
export METEOR_HOME=`pwd`
|
||||
|
||||
# Installs into dev_bundle/lib/node_modules/puppeteer.
|
||||
./meteor npm install -g puppeteer@20.4.0
|
||||
./meteor npm install -g puppeteer@23.6.0
|
||||
|
||||
export PATH=$METEOR_HOME:$PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user