Skip to content

Commit

Permalink
Update cd-dgraph-js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler authored Aug 3, 2024
1 parent 9cd4891 commit 18d0551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-dgraph-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ on:
- beta
jobs:
dgraph-js-tests:
runs-on: ubuntu-20.04
runs-on: warp-ubuntu-latest-x64-8x
strategy:
fail-fast: true
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
node-version: [18.x, 19.x, 20.x, 21.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout dgraph-js repo
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
dgraph-js-publish-npm:
needs: [dgraph-js-tests]
runs-on: ubuntu-20.04
runs-on: warp-ubuntu-latest-x64-2x
steps:
- name: Checkout dgraph-js repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 18d0551

Please sign in to comment.