Skip to content

Commit

Permalink
feat: Upgrade Bundlemon to 3.1.0
Browse files Browse the repository at this point in the history
The variables `BUNDLEMON_PROJECT_ID` and `BUNDLEMON_PROJECT_APIKEY` are no longer required and must be deleted for new Bundlemon versions to work properly.
  • Loading branch information
Merkur39 committed Oct 30, 2024
1 parent 41306bf commit 25ee3d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: |
yarn build:doc:react
yarn build:doc:kss
- name: BundleMon
uses: lironer/bundlemon-action@v1
test:
needs: [build]
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"babel-plugin-inline-json-import": "0.3.2",
"babel-preset-cozy-app": "2.0.2",
"browserslist-config-cozy": "0.4.0",
"bundlemon": "3.1.0",
"copyfiles": "2.4.1",
"cozy-client": "^48.8.0",
"cozy-device-helper": "2.0.0",
Expand Down

0 comments on commit 25ee3d9

Please sign in to comment.