Browse Source

chore: use node version 16

Signed-off-by: Pranav C <pranavxc@gmail.com>
feat/better-sqlite3
Pranav C 2 years ago committed by mertmit
parent
commit
d8bee519c8
  1. 4
      .github/workflows/release-timely-executables.yml

4
.github/workflows/release-timely-executables.yml

@ -164,6 +164,10 @@ jobs:
token: ${{ secrets.NC_GITHUB_TOKEN }}
repository: 'nocodb/nocodb-timely'
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/download-artifact@master
with:
name: ${{ github.event.inputs.tag || inputs.tag }}

Loading…
Cancel
Save