-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use reserved connections. (#5)
* install from reserve branch. * use reserve in driver/connection. * temp fix postgres not installing. * misc * use specific commit. * remove caveats from readme. * bump postgres version. * use ReservedSql. * update peer dependency. * remove excess install deps stuff. * install pnpm 8 in ci. * drop node 14. * install pnpm 8 in ci.
- Loading branch information
1 parent
ffe3124
commit 824a2e6
Showing
7 changed files
with
476 additions
and
495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
node-version: [14.x, 16.x, 18.x] | ||
node-version: [16.x, 18.x, 20.x] | ||
fail-fast: false | ||
|
||
steps: | ||
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Install pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: 7 | ||
version: 8 | ||
run_install: false | ||
|
||
- name: Get pnpm store directory | ||
|
@@ -68,7 +68,7 @@ jobs: | |
- name: Install pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: 7 | ||
version: 8 | ||
run_install: false | ||
|
||
- name: Get pnpm store directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.