Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Jul 18, 2023
1 parent 0f6b28a commit 5b2f76b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
@@ -1,15 +1,18 @@
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/configuration-reference
version: 2.1
orbs:
node: circleci/node@5.0.2

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/configuration-reference/#jobs
jobs:
compile:
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/configuration-reference/#executor-job
docker:
- image: cimg/base:stable
#docker:
# - image: cimg/base:stable
executor: node/default
# Add steps to the job
# See: https://circleci.com/docs/configuration-reference/#steps
steps:
Expand Down

0 comments on commit 5b2f76b

Please sign in to comment.