Skip to content

Commit

Permalink
fix: install pg-hstore, but kept it as external packege in the rollup…
Browse files Browse the repository at this point in the history
… configuration file (#176)

* fix: install pg-hstore sicne needed for @slangroom/db plugin

* fix(ci): use node 20

---------

Co-authored-by: Puria Nafisi Azizi <[email protected]>
  • Loading branch information
matteo-cristino and puria authored May 28, 2024
1 parent 191edc5 commit a49c5b6
Show file tree
Hide file tree
Showing 3 changed files with 6,092 additions and 4,743 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: 🛠️ Prepare pnpm workspace
uses: dyne/pnpm@main
with:
node-version: 20
- name: 🧪 Run tests
run: |
pnpm test
Expand All @@ -34,6 +36,8 @@ jobs:
steps:
- name: 🛠️ Prepare pnpm workspace
uses: dyne/pnpm@main
with:
node-version: 20
- name: 🔖 Tag release
id: tag_release
env:
Expand All @@ -60,6 +64,8 @@ jobs:
steps:
- name: 🛠️ Prepare pnpm workspace
uses: dyne/pnpm@main
with:
node-version: 20
- name: 🏗️ Build executable
run: |
make build
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"lodash.isequal": "^4.5.0",
"nodemon": "^3.1.0",
"openapi-types": "^12.1.3",
"pg-hstore": "^2.3.4",
"pkg": "^5.8.1",
"prettier": "3.2.5",
"regenerator-runtime": "^0.14.1",
Expand Down
Loading

0 comments on commit a49c5b6

Please sign in to comment.