Skip to content

Commit

Permalink
ci: use cycjimmy/semantic-release-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Aug 31, 2023
1 parent 525a193 commit 8aeb7b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy2GhPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Pre-built
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodeTestCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [ '16' ]
node: [ '18' ]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand All @@ -31,7 +31,7 @@ jobs:
- run: npm run package

- name: Semantic Release Test
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
dry_run: true
branches: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: npm ci
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: npm ci
Expand All @@ -48,7 +48,7 @@ jobs:
run: npm run package

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
branches: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Setup Node.js with GitHub Package Registry
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://npm.pkg.github.com'
scope: 'cycjimmy'

Expand Down

0 comments on commit 8aeb7b2

Please sign in to comment.