Skip to content

Commit

Permalink
Merge pull request #372 from kufu/renovate/circleci-node-17.x
Browse files Browse the repository at this point in the history
chore: update circleci/node docker tag to v17
  • Loading branch information
AtsushiM committed Nov 1, 2021
2 parents 4eefba2 + e3e96a5 commit 0f8a9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -20,12 +20,12 @@ commands:
jobs:
node-v10:
docker:
- image: circleci/node:15
- image: circleci/node:17
steps:
- run-test
node-v12:
docker:
- image: circleci/node:15
- image: circleci/node:17
steps:
- run-test

Expand Down

0 comments on commit 0f8a9ce

Please sign in to comment.