Skip to content

Commit

Permalink
chore: use node CI images (heroku#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo authored Aug 5, 2020
1 parent b40b67f commit d1e2676
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ jobs:
command: yarn --cwd packages/webhooks test
node12-test: &test
<<: *defaults
docker:
- image: node:12
resource_class: xlarge
steps:
- checkout
Expand All @@ -151,7 +153,7 @@ jobs:
node10-test:
<<: *test
docker:
- image: heroku/nsis:10-2
- image: node:10
resource_class: xlarge
release_tarballs:
<<: *defaults
Expand Down

0 comments on commit d1e2676

Please sign in to comment.