mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 15:16:52 +00:00
feat(workflows): bumb node-version
This commit is contained in:
2
.github/workflows/release-draft.yml
vendored
2
.github/workflows/release-draft.yml
vendored
@@ -70,5 +70,5 @@ jobs:
|
||||
})
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 18.19.0
|
||||
- run: "npx github-release-notes@0.17.2 release --token ${{ secrets.GITHUB_TOKEN }} --draft --tags ${{ github.event.inputs.tag || inputs.tag }}..${{ github.event.inputs.prev_tag || inputs.prev_tag }}"
|
||||
|
||||
Reference in New Issue
Block a user