diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 49c484d8337..db33f20df00 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - specs: [browserify, integ, unit] + specs: [integ, unit] node: [18, latest] steps: - name: Checkout code @@ -32,10 +32,6 @@ jobs: - name: Install dependencies run: "yarn install" - - name: Build - if: matrix.specs == 'browserify' - run: "yarn build" - - name: Get number of CPU cores id: cpu-cores uses: SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8 # v2 diff --git a/README.md b/README.md index add491156dd..c0510928cb0 100644 --- a/README.md +++ b/README.md @@ -23,19 +23,7 @@ endpoints from before Matrix 1.1, for example. ## In a browser -### Note, the browserify build has been deprecated. Please use a bundler like webpack or vite instead. - -Download the browser version from -https://github.com/matrix-org/matrix-js-sdk/releases/latest and add that as a -` - - -
- Sanity Testing (check the console) : This example is here to make sure that the SDK works inside a browser. It - simply does a GET /publicRooms on matrix.org -