Skip to content

Commit 7729dc9

Browse files
committed
r
1 parent 0c8e171 commit 7729dc9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
13-
with:
14-
node-version: '18'
1513
- uses: Genez-io/genezio-github-action@v3
1614
with:
1715
token: ${{ secrets.GENEZIO_TOKEN }}
18-
- name: Downgrade Genezio CLI to 3.2.9
19-
run: npm install -g genezio@3.2.9
16+
- name: Install patched Genezio CLI
17+
run: npm install -g genezio@3.2.11-beta
2018
- name: install pg
2119
working-directory: ./server
2220
run: npm install pg

0 commit comments

Comments
 (0)