Skip to content

Commit 7649af9

Browse files
"chore(maintain)"
1 parent fdb3662 commit 7649af9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/NPM.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
Publish:
2020
runs-on: ubuntu-latest
21-
21+
environment: Release
2222
env:
2323
ADBLOCK: true
2424
ASTRO_TELEMETRY_DISABLED: 1
@@ -61,15 +61,13 @@ jobs:
6161

6262
- uses: actions/setup-node@v6.2.0
6363
with:
64-
node-version: "18"
65-
registry-url: "https://registry.npmjs.org"
64+
node-version: "24"
6665

67-
- run: npm install -g npm
66+
- run: npm install -g npm@latest
67+
continue-on-error: true
6868

6969
- name: Publish .
7070
continue-on-error: true
7171
working-directory: .
7272
run: |
7373
npm publish --legacy-peer-deps --ignore-scripts
74-
env:
75-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)