Skip to content

Commit

Permalink
Merge pull request #55 from gentlementlegen/development
Browse files Browse the repository at this point in the history
Update Actions and small changes
  • Loading branch information
gentlementlegen authored Aug 18, 2024
2 parents 151de15 + ed76e95 commit c52a413
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ubiquity/action-conventional-commits@master
12 changes: 3 additions & 9 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
with:
release-type: node
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.10.0"
registry-url: https://registry.npmjs.org/
- run: |
yarn install --immutable --immutable-cache --check-cache
release-type: simple
target-branch: main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To test with Cypress Studio UI, run
yarn cy:open
```

Otherwise to simply run the tests through the console, run
Otherwise, to simply run the tests through the console, run

```shell
yarn cy:run
Expand Down

0 comments on commit c52a413

Please sign in to comment.