Skip to content

Commit

Permalink
Merge pull request #347 from eatyourgreens/master
Browse files Browse the repository at this point in the history
[Security] update outdated dependencies
  • Loading branch information
kieftrav authored Oct 17, 2024
2 parents 081aa63 + 421459f commit 9f23369
Show file tree
Hide file tree
Showing 13 changed files with 714 additions and 3,791 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Test build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
tags: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_tests_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v4
- name: Build docker containers and run tests
run: |
docker-compose build
docker-compose run -T --rm sugar npm test
docker-compose run -T --rm sugar npm run compile-client
docker compose build
docker compose run -T --rm sugar npm test
docker compose run -T --rm sugar npm run compile-client
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20-slim

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

WORKDIR /node_app

Expand Down
Loading

0 comments on commit 9f23369

Please sign in to comment.