Skip to content

Commit 7d82d98

Browse files
authored
updates workflow (#54)
1 parent 155f95d commit 7d82d98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525

26-
- name: Setup Node.js 22.x
26+
- name: Setup Node.js
2727
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2828
with:
29-
node-version: 22.x
29+
node-version: 24.x
3030
registry-url: "https://registry.npmjs.org"
3131

3232
- name: Install pnpm
@@ -46,4 +46,4 @@ jobs:
4646
- name: Publish to npm
4747
run: |
4848
cd packages/react-native
49-
npm publish --access public --provenance
49+
npm publish --access public

0 commit comments

Comments
 (0)