We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32dfc3 commit f35f712Copy full SHA for f35f712
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
jobs:
3
publish:
4
docker:
5
- - image: cimg/node:17.8.0
+ - image: cimg/node:25.0.0
6
steps:
7
- checkout
8
- run: npm install -g @vscode/vsce && vsce publish -p $PAT
0 commit comments