Skip to content

Commit

Permalink
Merge pull request #175 from snyk-tech-services/develop
Browse files Browse the repository at this point in the history
release changes
  • Loading branch information
aarlaud authored Oct 5, 2023
2 parents d000258 + e279392 commit 3a933a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
jobs:
build-test-monitor:
docker:
- image: cimg/node:18.4.0
- image: cimg/node:18.17.1
steps:
- checkout
- run: npm install semantic-release @semantic-release/exec pkg --save-dev --legacy-peer-deps
Expand All @@ -17,7 +17,7 @@ jobs:
- run: npx semantic-release
build-test:
docker:
- image: cimg/node:18.4.0
- image: cimg/node:18.17.1
steps:
- checkout
- run: npm install
Expand All @@ -29,7 +29,7 @@ jobs:
- run: npx tsc
build-test-from-fork:
docker:
- image: cimg/node:18.4.0
- image: cimg/node:18.17.1
steps:
- checkout
- run: npm install
Expand Down

0 comments on commit 3a933a2

Please sign in to comment.