mirror of
https://github.com/meteor/meteor.git
synced 2026-01-10 16:18:35 -05:00
Update Travis and CircleCI
Except the images
This commit is contained in:
@@ -178,7 +178,7 @@ jobs:
|
||||
command: |
|
||||
eval $PRE_TEST_COMMANDS;
|
||||
cd dev_bundle/lib
|
||||
../../meteor npm install @types/node@20.10.5 --save-dev
|
||||
../../meteor npm install @types/node@22.7.4 --save-dev
|
||||
# Ensure that meteor/tools has no TypeScript errors.
|
||||
../../meteor npm install -g typescript
|
||||
cd ../../
|
||||
|
||||
@@ -4,7 +4,7 @@ dist: jammy
|
||||
sudo: required
|
||||
services: xvfb
|
||||
node_js:
|
||||
- "20.15.1"
|
||||
- "22.9.0"
|
||||
cache:
|
||||
directories:
|
||||
- ".meteor"
|
||||
|
||||
Reference in New Issue
Block a user