Skip to content

Commit

Permalink
feat: Move to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Oct 1, 2021
1 parent a39e308 commit 447fe91
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CD Utils
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
if: steps.release.outputs.released == 'true'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Deploy
name: Deploy
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI Utils
on:
pull_request:
branches:
- master
- main

jobs:
build:
Expand All @@ -28,4 +28,4 @@ jobs:
run: npm run lint:fix

- name: Run the tests from project
run: npm run test
run: npm run test
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secjs/utils",
"version": "1.3.7",
"version": "1.3.8",
"description": "",
"license": "MIT",
"author": "João Lenon",
Expand All @@ -18,8 +18,8 @@
"nodejs"
],
"devDependencies": {
"@secjs/contracts": "1.1.3",
"@secjs/exceptions": "1.0.1",
"@secjs/contracts": "1.1.6",
"@secjs/exceptions": "1.0.3",
"@types/debug": "4.1.5",
"@types/jest": "27.0.1",
"@types/node": "14.17.0",
Expand Down

0 comments on commit 447fe91

Please sign in to comment.