Skip to content
Prev Previous commit
Next Next commit
Updated config.yml
  • Loading branch information
akanchhaS committed Feb 25, 2021
commit 78a80e3be2a035d99021011ed9e5653af73ef313
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs: # a collection of steps
build: # runs not using Workflows must have a `build` job as entry point #directory where steps will run
working_directory: ~/goof
docker:
- image: circleci/node@3.0.0
- image: circleci/node:4.8.2
steps:
- run:
name: echo "install and build npm project"
Expand All @@ -25,7 +25,7 @@ jobs: # a collection of steps
organization: panda-not-omar
project: circleCi-dotnet-goof
severity-threshold: high

workflows: null
#workflows:
#node-tests:
#jobs:
Expand Down