Skip to content

Commit

Permalink
Update node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis authored and monkbroc committed May 5, 2023
1 parent ce28de1 commit a046626
Show file tree
Hide file tree
Showing 5 changed files with 10,676 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
# https://github.com/particle-iot-inc/device-service-discovery/blob/d1f4dbcdcab1efba7ba92794670c6e4e973e6265/.circleci/config.yml
publish-npm:
docker:
- image: cimg/node:12.22 # Primary execution image
- image: cimg/node:16.16 # Primary execution image
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
16
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ _Currently development is supported on macOS only!_

## Installing

1. Install Node.js [`node@12.x` and `npm@6.x` are required]
1. Install Node.js [`node@16.x` and `npm@8.x` are required]
1. Clone this repository `$ git clone git@github.com:particle-iot/particle-cli.git && cd ./particle-cli`
1. Install external tools: `dfu-util` and `openssl` (e.g. `brew install openssl`)
1. Install dependencies `$ npm install`
Expand Down
Loading

0 comments on commit a046626

Please sign in to comment.