Skip to content

Commit

Permalink
use a docker medium image
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Mar 12, 2023
1 parent d98472b commit 908a738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
type: string
docker:
- image: cimg/node:<< parameters.node-version >>
resource_class: small
resource_class: medium
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 908a738

Please sign in to comment.