mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 14:15:38 +00:00
fix: bump to node 16 to include >= npm 7
This commit is contained in:
2
.github/workflows/release-draft.yml
vendored
2
.github/workflows/release-draft.yml
vendored
@@ -44,5 +44,5 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
- 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