Skip to content

Commit

Permalink
Force version 20.9.0 on Appveyor
Browse files Browse the repository at this point in the history
Change image for finalize on CircleCI
  • Loading branch information
tuanicom committed Nov 2, 2023
1 parent f13971c commit 6de9bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
path: incap/frontend/coverage/lcov-report/index.html
finalize:
docker:
- image: "cimg/node:20.9"
- image: "cimg/base:current"
environment:
CIRCLE_PIPELINE_NUMBER: << pipeline.number >>
steps:
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
version: 1.0.{build}
image: Visual Studio 2022
skip_branch_with_pr: true
environment:
nodejs_version: "20.9.0"
install:
- ps: Install-Product node $env:nodejs_version
- node -v
- npm -v
- npm install sonar-scanner -g
Expand Down

0 comments on commit 6de9bba

Please sign in to comment.