Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
priyagupta108 authored Feb 1, 2024
1 parent 3fe20e1 commit dd6959a
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# - uses: priyagupta108/setup-node@PR-927

- uses: dmitry-shibanov/setup-node@v-dmshib/fix-arm64-for-windows
- uses: actions/setup-node@v4

with:
node-version: 20
Expand All @@ -27,17 +27,8 @@ jobs:
- run: npm ci
- run: npm test

# publish-npm:
# needs: build
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v3
# - uses: priyagupta108/setup-node@PR-927
# with:
# node-version: 16
# architecture: arm64
# registry-url: https://registry.npmjs.org/
# - run: npm ci
# - run: npm publish --access=public
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: "rate limit"
run: |
curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/rate_limit

0 comments on commit dd6959a

Please sign in to comment.