Skip to content

Commit

Permalink
Merge pull request #569 from cornerstonejs/fix/broken-build-circle
Browse files Browse the repository at this point in the history
fix(circleci): update circleci/node image
  • Loading branch information
igoroctaviano authored Nov 19, 2021
2 parents 2bca56d + 02e52f2 commit 56f51a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbs:
defaults: &defaults
working_directory: ~/repo
docker:
- image: circleci/node:latest-browsers
- image: circleci/node@sha256:a80b0f7d12ed539c1c40dcdc454433a0a690f1972a038b0d4dc85eaa34fb48d8

jobs:
checkout_code:
Expand Down

0 comments on commit 56f51a0

Please sign in to comment.