Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
try to revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Dec 25, 2021
1 parent 945467e commit d7f5352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14]
node-version: [12, 14, 16]
# https://github.com/actions/setup-node#supported-version-syntax

steps:
Expand All @@ -60,5 +60,3 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: reports/jest-node*/*.xml
# - run: docker-compose down
# if: always()
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
database:
image: postgres:13-alpine
image: circleci/postgres:alpine-ram
ports:
- 5432:5432
env_file:
Expand Down

0 comments on commit d7f5352

Please sign in to comment.