Skip to content

Commit 80f1d32

Browse files
fix: upgrade engines to node 18 and pnpm 8
1 parent a8c9e31 commit 80f1d32

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Fresh is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com
1313

1414
## 👍 Features
1515

16-
* Astro v1.x
17-
* Node v16.x
16+
* Astro v3.x
17+
* Node v18.x
1818
* Bulma v0.9.x
1919
* ES6 support
2020
* Alpine v3.x

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"author": {
88
"name": "cssninjaStudio <[email protected]> (https://cssninja.io)"
99
},
10+
"engines": {
11+
"node": ">=18",
12+
"pnpm": ">=8"
13+
},
1014
"license": "MIT",
1115
"scripts": {
1216
"dev": "astro dev",
@@ -39,7 +43,6 @@
3943
"@fontsource-variable/cabin": "^5.0.9",
4044
"@fontsource-variable/open-sans": "^5.0.13",
4145
"autoprefixer": "10.4.15",
42-
"npm-run-all": "4.1.5",
43-
"unplugin-fonts": "^1.0.3"
46+
"npm-run-all": "4.1.5"
4447
}
4548
}

0 commit comments

Comments
 (0)