Skip to content

Commit

Permalink
fix: upgrade engines to node 18 and pnpm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Sep 17, 2023
1 parent 5a9343f commit 3e6550e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"type": "module",
"version": "1.2.0",
"private": true,
"author": {
"name": "cssninjaStudio <hello@cssninja.io> (https://cssninja.io)"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

0 comments on commit 3e6550e

Please sign in to comment.