From f6177bd90690224074e6dd4eb16b04fca50bfea5 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Fri, 17 Jan 2025 07:23:52 -0800 Subject: [PATCH] Update cd-dgraph-js.yml --- .github/workflows/cd-dgraph-js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-dgraph-js.yml b/.github/workflows/cd-dgraph-js.yml index 8ca38d3..ae733f5 100644 --- a/.github/workflows/cd-dgraph-js.yml +++ b/.github/workflows/cd-dgraph-js.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: true matrix: - node-version: [18.x, 19.x, 20.x, 21.x, 22.x] + node-version: [18.x, 20.x, 22.x, 23.x, 24.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - name: Checkout dgraph-js repo @@ -62,7 +62,7 @@ jobs: dgraph-js-publish-npm: needs: [dgraph-js-tests] - runs-on: warp-ubuntu-latest-x64-2x + runs-on: ubuntu-latest steps: - name: Checkout dgraph-js repo uses: actions/checkout@v4 @@ -72,7 +72,7 @@ jobs: node-version: 20.x registry-url: https://registry.npmjs.org - name: Build dgraph-js package - run: npm ci --legacy-peer-deps + run: npm ci - run: npm publish --tag '${{ github.event.inputs.releasetype }}' env: NODE_AUTH_TOKEN: ${{ secrets.NPM_DGRAPH_JS_TOKEN }}