We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155f95d commit 7d82d98Copy full SHA for 7d82d98
1 file changed
.github/workflows/release.yml
@@ -23,10 +23,10 @@ jobs:
23
- name: Checkout code
24
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
26
- - name: Setup Node.js 22.x
+ - name: Setup Node.js
27
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
28
with:
29
- node-version: 22.x
+ node-version: 24.x
30
registry-url: "https://registry.npmjs.org"
31
32
- name: Install pnpm
@@ -46,4 +46,4 @@ jobs:
46
- name: Publish to npm
47
run: |
48
cd packages/react-native
49
- npm publish --access public --provenance
+ npm publish --access public
0 commit comments