Skip to content

Commit

Permalink
Add yarn to engines
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Dec 11, 2023
1 parent 9cf01a5 commit c23c8df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ default: &default

development:
<<: *default
secret_key_base: c1b5eb73d73867a5f4bf5466a04e541b1f30b6625bb4bdb7a25493d4249b57b0fd0b71ae58d06a5fdc2835e0a4dda441749c4265f43661fce645ae6ae63ff2bd
secret_key_base: acd13c243a35a7ec76160d114ce48b9d710423757fbba9027c29badc664c302d3aceb177f45c5ab6fee5ba3261dad75a2c2f13a880dce2844710dfb7b3a78013
omniauth:
developer:
enabled: true
Expand Down
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

# These are extensions that must be enabled in order to support this database
enable_extension "ltree"
enable_extension "pg_stat_statements"
enable_extension "pg_trgm"
enable_extension "plpgsql"

Expand Down Expand Up @@ -393,7 +394,7 @@

create_table "decidim_categorizations", force: :cascade do |t|
t.bigint "decidim_category_id", null: false
t.string "categorizable_type", null: false
t.string "categorizable_type"
t.bigint "categorizable_id", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"engines": {
"node": "18.17.1",
"npm": ">=9.6.7"
"npm": ">=9.6.7",
"yarn": "~1.22.1"
}
}

0 comments on commit c23c8df

Please sign in to comment.