Skip to content

Commit 03e2ae8

Browse files
committed
try circleci/20.17.0-browsers
1 parent 8a8c251 commit 03e2ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:20-browsers
10+
- image: circleci/20.17.0-browsers
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -46,7 +46,7 @@ jobs:
4646
deploy:
4747
# see https://circleci.com/blog/deploying-documentation-to-github-pages-with-continuous-integration
4848
docker:
49-
- image: circleci/node:20
49+
- image: circleci/20.17.0-browsers
5050
steps:
5151
- checkout
5252
- attach_workspace:

0 commit comments

Comments
 (0)