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 committed Jan 17, 2025
1 parent ac5dc85 commit f6177bd
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 @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit f6177bd

Please sign in to comment.