mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 00:47:11 +00:00
fix: bump to node 16 to include >= npm 7
This commit is contained in:
2
.github/workflows/release-npm.yml
vendored
2
.github/workflows/release-npm.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
working-directory: ./packages/nocodb
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14]
|
||||
node-version: [16]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user