Skip to content

Commit c78ba79

Browse files
authored
update tests (#206)
1 parent bafbd59 commit c78ba79

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/cd-dgraph-js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ on:
1616
- beta
1717
jobs:
1818
dgraph-js-tests:
19-
runs-on: ubuntu-20.04
19+
runs-on: warp-ubuntu-latest-x64-16x
2020
strategy:
2121
fail-fast: true
2222
matrix:
23-
node-version: [16.x, 18.x, 19.x, 20.x]
23+
node-version: [18.x, 19.x, 20.x, 21.x, 22.x]
2424
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2525
steps:
2626
- name: Checkout dgraph-js repo
@@ -63,7 +63,7 @@ jobs:
6363
6464
dgraph-js-publish-npm:
6565
needs: [dgraph-js-tests]
66-
runs-on: ubuntu-20.04
66+
runs-on: warp-ubuntu-latest-x64-2x
6767
steps:
6868
- name: Checkout dgraph-js repo
6969
uses: actions/checkout@v4

.github/workflows/ci-aqua-security-trivy-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
build:
1818
name: trivy-tests
19-
runs-on: ubuntu-20.04
19+
runs-on: warp-ubuntu-latest-x64-2x
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v4

.github/workflows/ci-dgraph-js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ on:
2020
- master
2121
jobs:
2222
dgraph-js-tests:
23-
runs-on: ubuntu-20.04
23+
runs-on: warp-ubuntu-latest-x64-16x
2424
strategy:
25-
fail-fast: false
25+
fail-fast: true
2626
matrix:
27-
node-version: [16.x, 18.x, 19.x, 20.x]
27+
node-version: [18.x, 19.x, 20.x, 21.x, 22.x]
2828
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2929
steps:
3030
- name: Checkout dgraph-js repo

0 commit comments

Comments
 (0)