Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SudachiWorks/audit-sample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2807801fec1997bf7f45741eabacc7ccf650f483
Choose a base ref
..
head repository: SudachiWorks/audit-sample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7aec154ca2bfe01d85c55ce5303d3fa3542a154
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +2 −2 .circleci/config.yml
  2. +1 −1 .node-version
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@ executors:
working_directory: ~/audit
shell: /bin/bash --login
docker:
- image: circleci/ruby:2.7.1
- image: circleci/ruby:2.7.3

node:
working_directory: ~/audit
shell: /bin/bash --login
docker:
- image: circleci/node:12.18.3
- image: circleci/node:12.22.1

commands:
setup_bundler:
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.18.3
12.22.1