Skip to content

Commit

Permalink
Update circleci/node Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredkeplr committed Aug 18, 2023
1 parent b022af3 commit d6f61b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
deps-n-test:
docker:
- image: circleci/node:14-buster
- image: circleci/node:17-buster
steps:
- checkout
- restore_cache:
Expand All @@ -24,7 +24,7 @@ jobs:

deploy-to-npm:
docker:
- image: circleci/node:14-buster
- image: circleci/node:17-buster
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit d6f61b6

Please sign in to comment.