Skip to content

Commit

Permalink
⬆️ Upgrade engines
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Sep 29, 2024
1 parent 05963a7 commit 2f680d9
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
node-version: [20.16]
pnpm-version: [9.7.1]
node-version: [20.17]
pnpm-version: [9.11.0]

environment:
name: github-pages
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
bun-version: [1.1.25]
node-version: [20.16]
pnpm-version: [9.7.1]
bun-version: [1.1.29]
node-version: [20.17]
pnpm-version: [9.11.0]

name: 🧪 CI Abi on Node@${{ matrix.node-version }} with PNPM@${{ matrix.pnpm-version }} under ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
bun-version: [1.1.25]
bun-version: [1.1.29]

name: 📦️ Build the frontend on ${{ matrix.operating-system }} using Bun@${{ matrix.bun-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
deno-version: [1.45.5]
deno-version: [1.46.3]

name: 🚀 Deploy Abi.js to JSR using Deno ${{ matrix.deno-version }}

Expand Down
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"type": "module",
"private": true,
"engines": {
"node": ">=20.16.0",
"deno": ">=1.45.5",
"bun": ">=1.1.24",
"pnpm": ">=9.7.1",
"node": ">=20.17.0",
"deno": ">=1.46.3",
"bun": ">=1.1.29",
"pnpm": ">=9.11.0",
"npm": "use pnpm instead"
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.11.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -37,10 +37,7 @@
"lint": "biome check --write .",
"prod": "pnpm -C www/docs prod"
},
"workspaces": [
"packages/*",
"www/**"
],
"workspaces": ["packages/*", "www/**"],
"devDependencies": {
"@biomejs/biome": "^1.9.2"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/abi.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"sideEffects": false,
"type": "module",
"engines": {
"node": ">=20.16.0",
"deno": ">=1.45.5",
"bun": ">=1.1.24",
"pnpm": ">=9.7.1",
"node": ">=20.17.0",
"deno": ">=1.46.3",
"bun": ">=1.1.29",
"pnpm": ">=9.11.0",
"npm": "use pnpm instead"
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.11.0",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 4 additions & 6 deletions www/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"description": "Abi Docs 📚",
"private": true,
"engines": {
"node": ">=20.16.0",
"pnpm": ">=9.7.1",
"node": ">=20.17.0",
"pnpm": ">=9.11.0",
"npm": "use pnpm instead"
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.11.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,9 +43,7 @@
"sharp": "^0.33.5",
"typescript": "^5.6.2"
},
"trustedDependencies": [
"sharp"
],
"trustedDependencies": ["sharp"],
"devDependencies": {
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.1",
Expand Down

0 comments on commit 2f680d9

Please sign in to comment.