-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
961e209
commit 276b0d1
Showing
6 changed files
with
388 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,23 +23,23 @@ commands: | |
paths: | ||
- ~/.cache/yarn | ||
orbs: | ||
browser-tools: circleci/browser-tools@1.4.9 | ||
browser-tools: circleci/browser-tools@1.5.0 | ||
coveralls: coveralls/[email protected] | ||
node: circleci/[email protected] | ||
jobs: | ||
build: | ||
working_directory: ~/rails_template | ||
docker: | ||
- &ruby_docker | ||
image: cimg/ruby:3.3.6-browsers | ||
image: cimg/ruby:3.4.1-browsers | ||
environment: | ||
RAILS_ENV: test | ||
steps: | ||
- checkout | ||
- run: sudo apt update && sudo apt install postgresql-client libmsgpack-dev | ||
- node/install: | ||
install-yarn: true | ||
node-version: '22.12.0' | ||
node-version: '22.13.0' | ||
- install_dependencies | ||
- persist_to_workspace: | ||
root: &root '~/rails_template' | ||
|
@@ -72,7 +72,7 @@ jobs: | |
- browser-tools/install-chromedriver | ||
- node/install: | ||
install-yarn: true | ||
node-version: '22.12.0' | ||
node-version: '22.13.0' | ||
- run: | ||
name: Wait for PostgreSQL | ||
command: dockerize -wait tcp://localhost:5432 -timeout 1m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
22.12.0 | ||
22.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ruby 3.3.6 | ||
awscli 2.22.13 | ||
ruby 3.4.1 | ||
awscli 2.22.31 | ||
yarn 1.22.22 # datasource=npm depName=yarn versioning=npm | ||
nodejs 22.12.0 | ||
nodejs 22.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.