Skip to content

Commit

Permalink
setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Jun 5, 2024
1 parent 75a815d commit 07f2535
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.x

- name: Install deps
run: sudo apt -y install protobuf-compiler

Expand Down

0 comments on commit 07f2535

Please sign in to comment.