-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest npm-publish action (#774)
- Loading branch information
1 parent
955a884
commit 1fbae88
Showing
13 changed files
with
38 additions
and
47 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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
continue-on-error: ${{ matrix.edgedb-version == 'nightly' }} | ||
strategy: | ||
matrix: | ||
node-version: ["16", "18", "20"] | ||
node-version: ["18", "20"] | ||
os: [ubuntu-latest] | ||
edgedb-version: ["stable"] | ||
include: | ||
|
@@ -29,9 +29,6 @@ jobs: | |
- os: ubuntu-latest | ||
node-version: "18" | ||
edgedb-version: "2" | ||
- os: ubuntu-latest | ||
node-version: "18" | ||
edgedb-version: "1" | ||
- os: macos-latest | ||
node-version: "18" | ||
edgedb-version: "stable" | ||
|
@@ -58,12 +55,7 @@ jobs: | |
- name: Set up Deno | ||
uses: denoland/setup-deno@v1 | ||
with: | ||
deno-version: v1.30.x | ||
|
||
# - uses: bahmutov/[email protected] | ||
# - uses: bahmutov/[email protected] | ||
# with: | ||
# working-directory: qb | ||
deno-version: v1.x | ||
|
||
- name: Install dev deps | ||
run: | | ||
|
@@ -96,7 +88,6 @@ jobs: | |
uses: edgedb/setup-edgedb@8bc9e10005674ec772652b86e1fdd476e6462284 | ||
with: | ||
instance-name: test | ||
cli-version: 3.5 | ||
server-version: ${{ matrix.edgedb-version }} | ||
|
||
- name: Show actual EdgeDB server version | ||
|
@@ -108,7 +99,7 @@ jobs: | |
yarn workspace @edgedb/generate test:ci | ||
- name: Run query builder integration tests legacy | ||
if: ${{ matrix.edgedb-version == '1' || matrix.edgedb-version == '2' }} | ||
if: ${{ matrix.edgedb-version == '2' }} | ||
run: | | ||
yarn workspace @edgedb/integration-legacy test:ci | ||
|
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
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
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
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
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
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