Skip to content

Commit

Permalink
v1.2.4 (#1816)
Browse files Browse the repository at this point in the history
* v1.2.4

* cleanup

* update polyfill-library
  • Loading branch information
romainmenke authored Oct 19, 2024
1 parent 0fcb928 commit 0844b00
Show file tree
Hide file tree
Showing 55 changed files with 8,030 additions and 8,768 deletions.
1 change: 0 additions & 1 deletion .github/bin/browserstack-proxy/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .github/bin/browserstack-proxy/go.mod

This file was deleted.

48 changes: 0 additions & 48 deletions .github/bin/browserstack-proxy/main.go

This file was deleted.

7 changes: 0 additions & 7 deletions .github/bin/browserstack-proxy/run-e2e.sh

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
sudo apt-get update
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- run: make build
- run: make install
- run: cd packages/core-web-generator && npm run test
- run: cd packages/babel-plugin-core-web && npm run test
- run: npm ci
- run: npm run build
- run: npm run test

- uses: actions/setup-go@v5
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
sudo apt-get update
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- run: make build
- run: npm ci
- run: npm run build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
45 changes: 0 additions & 45 deletions .github/workflows/e2e.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
sudo apt-get update
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- run: make generate
- run: make build-pages
- run: npm ci
- run: npm run build

- run: |
git fetch --depth=1 origin pages || true
Expand Down
45 changes: 0 additions & 45 deletions Makefile

This file was deleted.

Loading

0 comments on commit 0844b00

Please sign in to comment.