Skip to content

Commit fc5efb2

Browse files
authored
docs: Update continuous-deployment.mdx (#9116)
1 parent 93d427e commit fc5efb2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/pages/product/deployment/cloud/continuous-deployment.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,12 @@ jobs:
101101
steps:
102102
- name: Checkout
103103
uses: actions/checkout@v2
104-
- name: Use Node.js 14.x
104+
- name: Use Node.js 20.x
105105
uses: actions/setup-node@v1
106106
with:
107-
node-version: 14.x
107+
node-version: 20.x
108+
- name: Install Cube backend server core
109+
run: npm i @cubejs-backend/server-core
108110
- name: Deploy to Cube Cloud
109111
run: npx cubejs-cli deploy --token ${{ secrets.CUBE_CLOUD_DEPLOY_AUTH }}
110112
```

0 commit comments

Comments
 (0)