Skip to content

Commit

Permalink
fix: required node version
Browse files Browse the repository at this point in the history
min required node version was changed to v18 in balena-io#4102

Change-type: patch
  • Loading branch information
Rotzbua committed Dec 17, 2023
1 parent e969735 commit 266ac41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
# --- custom environment
NODE_VERSION:
type: string
default: "16.x"
default: "18.x"
VERBOSE:
type: string
default: "true"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Developing

#### Common

- [NodeJS](https://nodejs.org) (at least v16.11)
- [NodeJS](https://nodejs.org) (at least v18)
- [Python 3](https://www.python.org)
- [jq](https://stedolan.github.io/jq/)
- [curl](https://curl.haxx.se/)
Expand Down

0 comments on commit 266ac41

Please sign in to comment.