Skip to content

Commit

Permalink
Merge pull request #333 from ExpressLRS/node-v16
Browse files Browse the repository at this point in the history
Upgrade Node.js from v14 to v16
  • Loading branch information
jurgelenas authored May 8, 2022
2 parents a6ac950 + 5c91f0f commit 0903ecf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14.17.6
node-version: 16.15.0

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Node, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14.17.6
node-version: 16.15.0

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ runtime.

Prerequisites

- node >=14.0
- node >=16.0
- git >= 2.25
- python >= 3.6
- platformio >= 5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"winston": "^3.3.3"
},
"devEngines": {
"node": ">=14.x",
"node": ">=16.x",
"npm": ">=6.x",
"yarn": ">=1.21.3"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3023,7 +3023,7 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.4.tgz#43d7168fec6fa0988bb1a513a697b29296721afb"
integrity sha512-+nVsLKlcUCeMzD2ufHEYuJ9a2ovstb6Dp52A5VsoKxDXgvE051XgHI/33I1EymwkRGQkwnA0LkhnUzituGs4EQ==

"@types/serialport@^8.0.1", "@types/serialport@^8.0.2":
"@types/serialport@^8.0.2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@types/serialport/-/serialport-8.0.2.tgz#32149f107f66450d4d9760c429923739c97e4a53"
integrity sha512-z4b1I8/vdZE3upgCcAL9VAWlVVFUVn5uo3faAHavkVfK/Hb1LUxKwp9YCtA5AZqEUCWoSWl20SRTOvAI/5fQWQ==
Expand Down

0 comments on commit 0903ecf

Please sign in to comment.