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

Commit 2b1c1f4

Browse files
chore: Upgrade node to 16.13.0, use https for npm registry (#94)
1 parent 927b76a commit 2b1c1f4

File tree

4 files changed

+14697
-105
lines changed

4 files changed

+14697
-105
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.18.1
1+
16.13.0

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
registry=http://registry.npmjs.org/
1+
registry=https://registry.npmjs.org/
22
save-exact=true
33
progress=false
44
legacy-peer-deps=true

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
jobs:
66
build:
77
docker:
8-
- image: cimg/node:14.18.1
8+
- image: cimg/node:16.13.0
99
steps:
1010
- checkout
1111
- run:

0 commit comments

Comments
 (0)