Skip to content

Commit 17a60d6

Browse files
author
Anthony Mayer
authored
Update linux_js.yml
chore: Switching from legacy circleci/node image to cimg/node images in linux_js executor
1 parent ccc4a98 commit 17a60d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executors/linux_js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
type: string
99
default: medium
1010
docker:
11-
- image: circleci/node:<<parameters.node_version>>
11+
- image: cimg/node:<<parameters.node_version>>
1212
resource_class: <<parameters.resource_class>>
1313
environment:
1414
- PATH: '/opt/yarn/yarn-v1.5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'

0 commit comments

Comments
 (0)