0
Fork 0
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:
Farzad 2024-04-04 03:08:25 -04:00 committed by GitHub
parent db7f9c8703
commit a8ab23700f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View file

@ -1 +1 @@
18.14.1
18.17.1

View file

@ -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
```