We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c172f commit 25ca7f1Copy full SHA for 25ca7f1
1 file changed
.github/workflows/NPM.yml
@@ -18,7 +18,7 @@ on:
18
jobs:
19
Publish:
20
runs-on: ubuntu-latest
21
-
+ environment: Release
22
env:
23
ADBLOCK: true
24
ASTRO_TELEMETRY_DISABLED: 1
@@ -61,15 +61,13 @@ jobs:
61
62
- uses: actions/setup-node@v6.2.0
63
with:
64
- node-version: "18"
65
- registry-url: "https://registry.npmjs.org"
+ node-version: "24"
66
67
- - run: npm install -g npm
+ - run: npm install -g npm@latest
+ continue-on-error: true
68
69
- name: Publish .
70
continue-on-error: true
71
working-directory: .
72
run: |
73
npm publish --legacy-peer-deps --ignore-scripts
74
- env:
75
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments