Skip to content

Commit 66d55e0

Browse files
committed
fix: android build for npm installs
- Move `ZstdPackage.kt` to `com.reactnativezstd` to match Android namespace, fixing autolinking - Add `externals/zstd/build/cmake` and `lib/libzstd.pc.in` to `files` for npm builds - Set white background in example app
1 parent a9dc161 commit 66d55e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ jobs:
146146
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
147147
with:
148148
node-version: 22
149-
registry-url: https://registry.npmjs.org
150149

151150
- name: Restore node_modules
152151
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
@@ -156,6 +155,9 @@ jobs:
156155
example/node_modules
157156
key: node-modules-${{ hashFiles('yarn.lock') }}
158157

158+
- name: Upgrade npm for OIDC trusted publishing
159+
run: npm install -g npm@latest
160+
159161
- name: Configure git
160162
run: |
161163
git config --global user.email "julien.brayere@obitrain.com"

0 commit comments

Comments
 (0)