Skip to content

Commit

Permalink
upgrade to node 14.15 for tests
Browse files Browse the repository at this point in the history
Tests fail when using node 8.9 due to this issue:
jsdom/jsdom#2963
  • Loading branch information
johnbradley committed Jan 15, 2021
1 parent ed22354 commit a715da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8.9-browsers
- image: circleci/node:14.15-browsers
working_directory: ~/repo
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM circleci/node:8.9-browsers as builder
FROM circleci/node:14.15-browsers as builder
# The base image sets USER to circleci.
# Reset user back to root so we have permissions for the ADDed files.
USER root
Expand Down

0 comments on commit a715da5

Please sign in to comment.