Skip to content

Commit

Permalink
Merge pull request #24 from TradeTrust/fix/update-node-18-for-release…
Browse files Browse the repository at this point in the history
…-workflow

fix: update node 18 for ci/cd release workflow
  • Loading branch information
MinHtet-O authored Mar 20, 2024
2 parents 71bdf55 + 1cca831 commit 739981a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
pull_request:
types: [ opened, reopened, synchronize ]
types: [opened, reopened, synchronize]

env:
NODE_ENV: ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
release:
name: Publish Release
runs-on: ubuntu-latest
needs: [ tests, linters ]
needs: [tests, linters]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- run: npm run build
- uses: codfish/semantic-release-action@v2
Expand Down

0 comments on commit 739981a

Please sign in to comment.