Skip to content

Commit

Permalink
fix(circleci): update circleci/node image
Browse files Browse the repository at this point in the history
Update config.yml to use older circleci/node sha after recent changes to latest-browsers tag
  • Loading branch information
igoroctaviano committed Nov 19, 2021
1 parent 2bca56d commit 02e52f2
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 02e52f2

Please sign in to comment.