From 20eab5c331037ef782024e835a046532dd867657 Mon Sep 17 00:00:00 2001 From: Kriko Date: Mon, 10 Jun 2024 14:43:09 +0200 Subject: [PATCH] core(ci/docker): update github actions + docker compose --- .github/workflows/tests.yml | 4 ++-- docker-compose.yml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9dd03aa..4e7fdc6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 6138711..1bdd030 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3.7" services: node: build: @@ -7,4 +6,4 @@ services: environment: - NODE_ENV=production volumes: - - ./:/app \ No newline at end of file + - ./:/app