Skip to content

Commit 523ba69

Browse files
authored
Merge pull request #147 from patrickkabwe/ci/node-verion
fix: pin release workflow to supported node version
2 parents 614895e + ff9ce49 commit 523ba69

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
27+
- name: Setup Node.js
28+
uses: actions/setup-node@v5
29+
with:
30+
node-version: 24.10.0
2731
- name: Setup Bun.js
2832
uses: oven-sh/setup-bun@v2
2933
with:
@@ -52,4 +56,4 @@ jobs:
5256
GIT_AUTHOR_EMAIL: "${{ github.actor }}@users.noreply.github.com"
5357
GIT_COMMITTER_NAME: ${{ github.actor }}
5458
GIT_COMMITTER_EMAIL: "${{ github.actor }}@users.noreply.github.com"
55-
run: bun release
59+
run: bun release

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"license": "MIT",
5050
"bugs": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser/issues",
5151
"homepage": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser#readme",
52+
"engines": {
53+
"node": "^22.14.0 || >=24.10.0"
54+
},
5255
"publishConfig": {
5356
"registry": "https://registry.npmjs.org/",
5457
"provenance": true

0 commit comments

Comments
 (0)