Skip to content

Commit

Permalink
Merge branch 'main' into fix-nested-svg
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiyou authored Jun 15, 2024
2 parents ef7d8ea + 3d3bee3 commit 3fe4816
Show file tree
Hide file tree
Showing 96 changed files with 30 additions and 176 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18 ]
node: [ 20 ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16, 18, 20]
node: [18, 20]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -55,7 +55,6 @@ jobs:
- run: pnpm install
- run: pnpm build
- run: pnpm test
- run: pnpm attw
- name: Maybe Release
if: matrix.os == 'ubuntu-latest' && matrix.node == 18 && github.event_name == 'push' && github.ref == 'refs/heads/main'
env:
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"build": "NODE_ENV=production pnpm run build:default && pnpm run build:wasm",
"build:default": "tsup",
"build:wasm": "WASM=1 tsup",
"attw": "attw --pack",
"test": "NODE_ENV=test vitest run",
"test:ui": "NODE_ENV=test vitest --ui --coverage.enabled",
"test-type": "tsc -p tsconfig.json --noEmit && tsc -p playground/tsconfig.json --noEmit",
Expand Down Expand Up @@ -78,7 +77,6 @@
},
"homepage": "https://github.com/vercel/satori#readme",
"devDependencies": {
"@arethetypeswrong/cli": "^0.4.2",
"@resvg/resvg-js": "^2.1.0",
"@types/node": "^16",
"@types/opentype.js": "^1.3.3",
Expand Down
150 changes: 3 additions & 147 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3fe4816

Please sign in to comment.