Skip to content

Commit

Permalink
fix: upgrade to node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
RogierdeRuijter committed Nov 19, 2020
1 parent 33fafa4 commit 9fa97ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ parameters:
default: ''
default-build-context:
type: string
default: 'circleci/node:13'
default: 'circleci/node:15'
e2e-client-environment-variables:
type: string
default: 'e2e'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.node_modules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:13-slim
FROM node:15-slim

WORKDIR /usr/src/app

Expand Down

0 comments on commit 9fa97ae

Please sign in to comment.