Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump follow-redirects from 1.15.3 to 1.15.6 #903

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
ci(npm): try to peek into ci's env for debugging
Isokaeder committed May 14, 2024
commit 2f9aa607003305f453d5dce48e7f92178a8ca913
9 changes: 8 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://registry.npmjs.org/'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/cache@v4
with:
path: |
@@ -26,6 +28,9 @@ jobs:
- uses: oven-sh/setup-bun@v1

- run: npm config list
- run: echo $NODE_AUTH_TOKEN | wc -c
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm token
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -36,6 +41,8 @@ jobs:
- name: Install modules
run: yarn install --frozen-lockfile

-

# update npm for provenance support
- run: npm --version && npm install -g npm && npm --version