File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments