Skip to content

Commit

Permalink
Update dependency @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 22, 2020
1 parent fd303c4 commit da80c64
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:10.16
- image: circleci/node:10.19

working_directory: ~/pinion

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.16.3
10.19.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:10.16.3-jessie-slim AS builder
FROM node:10.19.0-jessie-slim AS builder

ADD . / pinion/

RUN apt-get update && apt-get install -y python build-essential curl file zip

RUN cd /pinion && yarn && yarn build && rm -rf node_modules && yarn --production

FROM node:10.16.3-jessie-slim
FROM node:10.19.0-jessie-slim

COPY --from=builder /pinion /pinion

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/debug": "^4.1.5",
"@types/dotenv": "^6.1.1",
"@types/lru-cache": "^5.1.0",
"@types/node": "^10.14.9",
"@types/node": "10.17.16",
"@types/sinon": "^7.0.13",
"@types/yallist": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -738,10 +738,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67"
integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==

"@types/node@^10.14.9":
version "10.14.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.15.tgz#e8f7729b631be1b02ae130ff0b61f3e018000640"
integrity sha512-CBR5avlLcu0YCILJiDIXeU2pTw7UK/NIxfC63m7d7CVamho1qDEzXKkOtEauQRPMy6MI8mLozth+JJkas7HY6g==
"@types/node@10.17.16":
version "10.17.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.16.tgz#ee96ddac1a38d98d2c8a71c7df0cdad5758e8993"
integrity sha512-A4283YSA1OmnIivcpy/4nN86YlnKRiQp8PYwI2KdPCONEBN093QTb0gCtERtkLyVNGKKIGazTZ2nAmVzQU51zA==

"@types/node@^10.3.2":
version "10.14.9"
Expand Down

0 comments on commit da80c64

Please sign in to comment.