Skip to content

Commit

Permalink
Add @types/node install step
Browse files Browse the repository at this point in the history
  • Loading branch information
BENJIGAO committed Jan 3, 2023
1 parent c08371c commit c7df88c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
version: '2.12.2'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install @types/node
run: yarn add @types/node
- name: Setup Docker container
run: docker-compose run --detach --service-ports test-db
- name: Sleep for 5 seconds
Expand Down

0 comments on commit c7df88c

Please sign in to comment.