mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Fix test runner issues by upgrading nodejs version to 18.17.1 (#10672)
This commit is contained in:
parent
db7f9c8703
commit
a8ab23700f
2 changed files with 2 additions and 2 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
18.14.1
|
||||
18.17.1
|
||||
|
|
|
@ -9,7 +9,7 @@ We welcome contributions of any size and skill level. As an open source project,
|
|||
### Prerequisites
|
||||
|
||||
```shell
|
||||
node: "^>=18.14.1"
|
||||
node: "^>=18.17.1"
|
||||
pnpm: "^8.6.12"
|
||||
# otherwise, your build will fail
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue