We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8e171 commit 7729dc9Copy full SHA for 7729dc9
.github/workflows/main.yml
@@ -10,13 +10,11 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
- with:
14
- node-version: '18'
15
- uses: Genez-io/genezio-github-action@v3
16
with:
17
token: ${{ secrets.GENEZIO_TOKEN }}
18
- - name: Downgrade Genezio CLI to 3.2.9
19
- run: npm install -g genezio@3.2.9
+ - name: Install patched Genezio CLI
+ run: npm install -g genezio@3.2.11-beta
20
- name: install pg
21
working-directory: ./server
22
run: npm install pg
0 commit comments