We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272bbbf commit 21838dfCopy full SHA for 21838df
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Setup Node.js
68
uses: actions/setup-node@v4
69
with:
70
- node-version: '20.x'
+ node-version: '22.x'
71
registry-url: 'https://registry.npmjs.org'
72
cache: 'npm'
73
@@ -95,11 +95,9 @@ jobs:
95
echo "Will publish $LOCAL_VERSION (npm has $NPM_VERSION)"
96
fi
97
98
- - name: Publish to npm
+ - name: Publish to npm (OIDC trusted publishing)
99
if: steps.version_check.outputs.should_publish == 'true'
100
run: npm publish --provenance --access public
101
- env:
102
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
103
104
- name: Create git tag
105
0 commit comments