Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
chore: Upgrade node to 16.13.0, use https for npm registry (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Nov 4, 2021
1 parent 927b76a commit 2b1c1f4
Show file tree
Hide file tree
Showing 4 changed files with 14,697 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.1
16.13.0
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
registry=http://registry.npmjs.org/
registry=https://registry.npmjs.org/
save-exact=true
progress=false
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
build:
docker:
- image: cimg/node:14.18.1
- image: cimg/node:16.13.0
steps:
- checkout
- run:
Expand Down
Loading

0 comments on commit 2b1c1f4

Please sign in to comment.