Skip to content

Commit

Permalink
Update Node.js to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2022
1 parent 2649e15 commit b263819
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
jobs:
test:
docker:
- image: node:12.22.7-alpine3.11
- image: node:16.13.0-alpine3.11
steps:
- checkout

Expand All @@ -16,7 +16,7 @@ jobs:
publishPackage:
docker:
- image: node:12.22.7-alpine3.11
- image: node:16.13.0-alpine3.11
steps:
- checkout

Expand Down

0 comments on commit b263819

Please sign in to comment.