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 }}