Skip to content

Commit

Permalink
fix: update to node 14.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Sep 29, 2022
1 parent e840b80 commit d8fd6e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
test:
<<: *defaults
docker:
- image: circleci/node:12
- image: circleci/node:14.17.5
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand All @@ -42,7 +42,7 @@ jobs:
build:
<<: *defaults
docker:
- image: circleci/node:12
- image: circleci/node:14.17.5
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand All @@ -53,7 +53,7 @@ jobs:
release:
<<: *defaults
docker:
- image: circleci/node:12
- image: circleci/node:14.17.5
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.16.3
14.17.5

0 comments on commit d8fd6e0

Please sign in to comment.