Skip to content

Commit

Permalink
Fix test runner issues by upgrading nodejs version to 18.17.1 (#10672)
Browse files Browse the repository at this point in the history
  • Loading branch information
fshafiee authored Apr 4, 2024
1 parent db7f9c8 commit a8ab237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.1
18.17.1
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit a8ab237

Please sign in to comment.