Skip to content

Commit

Permalink
Re-add Node
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Sep 5, 2024
1 parent 121973f commit af5ea2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version: 2.1
# Used Orbs (https://circleci.com/docs/2.0/using-orbs/)
orbs:
ruby: circleci/[email protected]
node: circleci/[email protected]
sonarcloud: sonarsource/[email protected]
asdf: rynkowsg/[email protected]
codecov: codecov/[email protected]
Expand Down Expand Up @@ -166,7 +167,7 @@ jobs:
# Sonarcloud Job
sonarcloud:
docker:
- image: cimg/openjdk:21.0
- image: cimg/openjdk:21.0-node
<<: *common-auth
resource_class: small
steps:
Expand Down Expand Up @@ -198,6 +199,8 @@ jobs:
CHANGELOG_FILENAME: CHANGELOG.md
steps:
- github/install
- node/install:
node-version: latest
- run:
name: Install ImageMagick, libvips and libffi
command: |
Expand Down

0 comments on commit af5ea2f

Please sign in to comment.