update versions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-18 08:49:12 -04:00
parent e358cd6e4e
commit 15354d6004
5 changed files with 13 additions and 10 deletions

View File

@ -17,7 +17,7 @@ steps:
- .mix
- name: test
image: elixir:1.16.3-otp-26-alpine
image: elixir:1.17.0-otp-27-alpine
environment:
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
HOST: testing.example.tld
@ -26,8 +26,8 @@ steps:
MIX_ENV: test
commands:
- apk add --no-cache build-base npm git
- mix local.rebar --force --if-missing
- mix local.hex --force --if-missing
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
- npm set cache .npm
- npm --prefix ./assets ci --no-audit --prefer-offline