Skip to content

Commit

Permalink
feat: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Nov 22, 2023
1 parent 172e510 commit 2e7e27b
Show file tree
Hide file tree
Showing 5 changed files with 51,825 additions and 11,550 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- run: npm ci --ignore-scripts
- run: npm run lint

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- master
- beta
- +([0-9])?(.{+([0-9]),x}).x
- 2.7.x

env:
NODE_ENV: ci
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- run: npm ci
- run: npm run build
- uses: codfish/semantic-release-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- run: npm ci
- run: npm run test

Expand Down
Loading

0 comments on commit 2e7e27b

Please sign in to comment.