Skip to content

Commit

Permalink
fix(ci): change node version for action and delete useless row
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jul 23, 2024
1 parent b94a906 commit 37de13a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: 🪚 Build app
run: |
Expand Down Expand Up @@ -72,7 +72,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ steps.tag.outputs.tag }}
body: ${{ steps.changelog.outputs.changes }}

deploy:
Expand Down

0 comments on commit 37de13a

Please sign in to comment.