Skip to content

Commit

Permalink
Merge pull request #181 from SensCritique/core/update-ci-docker-compose
Browse files Browse the repository at this point in the history
core(ci/docker): update github actions + docker compose
  • Loading branch information
Krikooo authored Jun 11, 2024
2 parents 2f77db6 + 20eab5c commit 0ba6606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
node-version: [14.7.0]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
node:
build:
Expand All @@ -7,4 +6,4 @@ services:
environment:
- NODE_ENV=production
volumes:
- ./:/app
- ./:/app

0 comments on commit 0ba6606

Please sign in to comment.