Skip to content

Commit

Permalink
Merge pull request #20 from md-akhi/release/2.3.15
Browse files Browse the repository at this point in the history
publish to vrsion 2.3.17
  • Loading branch information
md-akhi authored Jul 26, 2024
2 parents 6ba515a + 6648432 commit 7d7a89f
Show file tree
Hide file tree
Showing 107 changed files with 23,758 additions and 5,829 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/codesee-arch-diagram.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Publish Packages to GitHub Packages And NPMJS
name: Publish Packages
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Tests Packages
on:
push:
branches: [dev, release/*]
branches: [main, dev, release/*, hotfix/*]
pull_request:
branches: [dev, release/*]
branches: [main, dev, release/*, hotfix/*]
jobs:
test-pkgs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
[16.x, 18.x, 20.x]
[16.x, 18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 7d7a89f

Please sign in to comment.