Skip to content

Commit

Permalink
Merge pull request #55 from salesforcecli/sync-circleci-config
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp authored Apr 1, 2021
2 parents c048c9c + 95bb8e0 commit db9fd56
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,25 @@ workflows:
branches:
ignore: main
- release-management/test-package:
name: node-latest
node_version: latest
- release-management/test-package:
name: node-12
matrix:
parameters:
os:
- linux
- windows
node_version:
- latest
- lts
- maintenance
exclude:
- os: windows
node_version: lts
- os: windows
node_version: maintenance
- release-management/release-package:
sign: true
github-release: true
requires:
- node-latest
- release-management/test-package
filters:
branches:
only: main
Expand Down

0 comments on commit db9fd56

Please sign in to comment.