Skip to content

Commit

Permalink
Checkoout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Aug 16, 2024
1 parent 3d14aea commit 82c67b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Prepare config
run: cp contrib/emr-config/config.production.js contrib/emr-config/config.js
- name: Install deps
Expand Down

0 comments on commit 82c67b5

Please sign in to comment.