Skip to content

Commit

Permalink
fix(ci): update to 20 node
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed May 20, 2023
1 parent 3ecd47c commit a723168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
path: dist/
- uses: nelonoel/branch-name@v1.0.1
- name: Deploy release (MacOS)
if: matrix.node_version == 16 && env.BRANCH_NAME == 'master' && runner.os == 'macOS' && github.event.head_commit.message == 'release'
if: matrix.node_version == 20 && env.BRANCH_NAME == 'master' && runner.os == 'macOS' && github.event.head_commit.message == 'release'
run: |
npx semantic-release@17

0 comments on commit a723168

Please sign in to comment.