Skip to content

Commit

Permalink
Merge pull request #27 from lifeomic/add-semantic-release
Browse files Browse the repository at this point in the history
Add semantic release dependencies and Node 14
  • Loading branch information
swain authored Mar 2, 2022
2 parents 9f76f3e + 9f850b8 commit 8499c56
Show file tree
Hide file tree
Showing 4 changed files with 2,526 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- name: Build & Test
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- name: Test
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
"@lifeomic/typescript-config": "^1.0.3",
"@types/jest": "^27.4.1",
"@types/uuid": "^8.3.4",
"conventional-changelog-conventionalcommits": "^4.6.3",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"semantic-release": "^19.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5",
"uuid": "^8.3.2"
Expand Down
Loading

0 comments on commit 8499c56

Please sign in to comment.