We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe3d64 commit 3afa07fCopy full SHA for 3afa07f
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/setup-node@v3
18
with:
19
- node-version: '16'
+ node-version: "16"
20
21
- run: |
22
npm clean-install
@@ -32,9 +32,3 @@ jobs:
32
- uses: actionsx/prettier@v2
33
34
args: --check "{src,test}/**/*.ts"
35
-
36
- start:
37
- runs-on: ubuntu-latest
38
- steps:
39
- - run: docker build . -t pgmeta
40
- - run: docker run --rm -it pgmeta node dist/server/app.js gen types typescript
0 commit comments