Skip to content

Commit

Permalink
chore: update Node.js version to 20.16 in CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Aug 21, 2024
1 parent 190eb87 commit 1760b5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,22 @@ commands:
jobs:
build-and-test:
docker:
- image: cimg/node:18.19-browsers
- image: cimg/node:20.16-browsers
steps:
- checkout_install
- build
- test
- codequality
package:
docker:
- image: cimg/node:18.19-browsers
- image: cimg/node:20.16-browsers
steps:
- checkout_install
- pack_extension
- release_notes
publish-vsc-extension:
docker:
- image: cimg/node:18.19-browsers
- image: cimg/node:20.16-browsers
steps:
- checkout_install
- attach_workspace:
Expand All @@ -106,7 +106,7 @@ jobs:
pnpx vsce publish -p "$VSCE_TOKEN" ${PRERELEASE} --packagePath "./artifacts/packages/vscode-extension/vlocode-${VERSION}.vsix"
publish-npm-packages:
docker:
- image: cimg/node:18.19-browsers
- image: cimg/node:20.16-browsers
steps:
- checkout_install
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
Expand Down

0 comments on commit 1760b5a

Please sign in to comment.