Skip to content

Commit

Permalink
Merge pull request #2 from xponential-asia/fix/cicd-node-version
Browse files Browse the repository at this point in the history
fix: CICD node version in semantic release
  • Loading branch information
pornchaiXpo authored Dec 25, 2024
2 parents 61fbb9d + 59586db commit 9bbb161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
release:
name: Semantic Release
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9bbb161

Please sign in to comment.