Skip to content

Commit

Permalink
Just 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Nov 24, 2024
1 parent 9ce0b91 commit 808dac1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
node-version:
- 22
- 20

steps:
- name: Checkout
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "nline/nline-blog",
"license": "MIT",
"engines": {
"node": ">=22"
"node": ">=20"
},
"type": "module",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,6 @@
"@keyvhq/redis": "^2.1.5",
"@vercel/analytics": "^1.4.1",
"@vercel/og": "^0.6.4",
"canvas": "^2.11.2",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"eslint-config-next": "15.0.3",
Expand Down

0 comments on commit 808dac1

Please sign in to comment.