Skip to content

Commit 7a22757

Browse files
authored
ci(vscode): fix vscode job (#4192)
1 parent beb24f0 commit 7a22757

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ orbs:
2222
jobs:
2323
vscode-extension-setup:
2424
docker:
25-
- image: cimg/node:20.19.0
25+
- image: cimg/node:20.19.0-browsers
2626
resource_class: small
2727
steps:
2828
- checkout
@@ -130,4 +130,4 @@ workflows:
130130
- trigger_private_renovate:
131131
<<: *on_tag_filter
132132
requires:
133-
- publish
133+
- publish

0 commit comments

Comments
 (0)