Skip to content

Commit

Permalink
chore: use node 16 image for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Nov 19, 2022
1 parent 74c9d52 commit 6b3b4a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 3
jobs:
test:
docker:
- image: circleci/node:12.22.2
- image: cimg/node:16.16.0
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

typescript:
docker:
- image: circleci/node:12.22.2
- image: cimg/node:16.16.0
working_directory: ~/repo
steps:
- checkout
Expand All @@ -58,7 +58,7 @@ jobs:

lint:
docker:
- image: circleci/node:12.22.2
- image: cimg/node:16.16.0
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 6b3b4a9

Please sign in to comment.