Skip to content

Commit

Permalink
Integrate our automated release setup (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jul 26, 2023
1 parent 54708be commit fa904b3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: 2.1
orbs:
ship: auth0/ship@0
jobs:
build:
parameters:
Expand Down Expand Up @@ -29,4 +31,14 @@ workflows:
- build:
matrix:
parameters:
node-version: ["14.20", "16.20", "18.16"]
node-version: ["14.20", "16.20", "18.16"]
- ship/node-publish:
context:
- publish-npm
- publish-gh
filters:
branches:
only:
- master
requires:
- build

0 comments on commit fa904b3

Please sign in to comment.