Skip to content

Commit

Permalink
hotfix: setup node environment for exporter (#5725)
Browse files Browse the repository at this point in the history
  • Loading branch information
SavelevMatthew authored Jan 24, 2025
1 parent 491c234 commit b90424d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gitexporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: Gitexporter
runs-on: self-hosted
steps:
- name: Setup node environment
uses: actions/setup-node@v4
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -35,5 +37,4 @@ jobs:
ref: 'main'
- name: gitexporter.sh
run: |
npm i -g npx
bash .github/workflows/gitexporter.sh ignore.gitexporter.source ignore.gitexporter.target

0 comments on commit b90424d

Please sign in to comment.