mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
Remove support for Node 16 (#7780)
This commit is contained in:
parent
a812be6450
commit
f4146d36b5
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
|||
"allowJs": true,
|
||||
"module": "ES2022",
|
||||
"outDir": "./dist",
|
||||
"target": "ES2021"
|
||||
"target": "ES2022"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue