Skip to content

Commit 02e52f2

Browse files
committed
fix(circleci): update circleci/node image
Update config.yml to use older circleci/node sha after recent changes to latest-browsers tag
1 parent 2bca56d commit 02e52f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ orbs:
77
defaults: &defaults
88
working_directory: ~/repo
99
docker:
10-
- image: circleci/node:latest-browsers
10+
- image: circleci/node@sha256:a80b0f7d12ed539c1c40dcdc454433a0a690f1972a038b0d4dc85eaa34fb48d8
1111

1212
jobs:
1313
checkout_code:

0 commit comments

Comments
 (0)