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 b96d583 commit 81f8735Copy full SHA for 81f8735
1 file changed
.github/workflows/npm-publish.yml
@@ -29,11 +29,13 @@ jobs:
29
merge-multiple: true
30
- uses: actions/setup-node@v4
31
with:
32
- node-version: '20.x'
+ node-version: '24.x'
33
registry-url: 'https://registry.npmjs.org'
34
- name: Update npm
35
run: npm install -g npm@latest
36
- name: Publish to npm with provenance
37
+ env:
38
+ NPM_CONFIG_PROVENANCE: true
39
run: |
40
for release in $(echo "$PLAN" | jq --compact-output '.releases[] | select([.artifacts[] | endswith("-npm-package.tar.gz")] | any)'); do
41
pkg=$(echo "$release" | jq '.artifacts[] | select(endswith("-npm-package.tar.gz"))' --raw-output)
0 commit comments