Skip to content

Commit 3d3bee3

Browse files
authored
chore: Remove Node 18 from CI; update test snapshots (#620)
There's a recent line height change that affects snapshots slightly.
1 parent d1dfcce commit 3d3bee3

File tree

93 files changed

+5
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+5
-152
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node: [ 18 ]
20+
node: [ 20 ]
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v3
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ubuntu-latest]
43-
node: [16, 18, 20]
43+
node: [18, 20]
4444
runs-on: ${{ matrix.os }}
4545
steps:
4646
- name: Checkout
@@ -55,7 +55,6 @@ jobs:
5555
- run: pnpm install
5656
- run: pnpm build
5757
- run: pnpm test
58-
- run: pnpm attw
5958
- name: Maybe Release
6059
if: matrix.os == 'ubuntu-latest' && matrix.node == 18 && github.event_name == 'push' && github.ref == 'refs/heads/main'
6160
env:

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"build": "NODE_ENV=production pnpm run build:default && pnpm run build:wasm",
4545
"build:default": "tsup",
4646
"build:wasm": "WASM=1 tsup",
47-
"attw": "attw --pack",
4847
"test": "NODE_ENV=test vitest run",
4948
"test:ui": "NODE_ENV=test vitest --ui --coverage.enabled",
5049
"test-type": "tsc -p tsconfig.json --noEmit && tsc -p playground/tsconfig.json --noEmit",
@@ -78,7 +77,6 @@
7877
},
7978
"homepage": "https://github.com/vercel/satori#readme",
8079
"devDependencies": {
81-
"@arethetypeswrong/cli": "^0.4.2",
8280
"@resvg/resvg-js": "^2.1.0",
8381
"@types/node": "^16",
8482
"@types/opentype.js": "^1.3.3",

pnpm-lock.yaml

+3-147
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)