Skip to content

Commit

Permalink
fix: app review github workflow (#4173)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahlessner authored Jan 23, 2025
1 parent 3a8620e commit bfaa137
Show file tree
Hide file tree
Showing 3 changed files with 3,075 additions and 7,080 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/new-app-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Compile TypeScript
Expand Down
Loading

0 comments on commit bfaa137

Please sign in to comment.