Skip to content

Commit a8ab237

Browse files
authored
Fix test runner issues by upgrading nodejs version to 18.17.1 (withastro#10672)
1 parent db7f9c8 commit a8ab237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.14.1
1+
18.17.1

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We welcome contributions of any size and skill level. As an open source project,
99
### Prerequisites
1010

1111
```shell
12-
node: "^>=18.14.1"
12+
node: "^>=18.17.1"
1313
pnpm: "^8.6.12"
1414
# otherwise, your build will fail
1515
```

0 commit comments

Comments
 (0)