Aleksandr Statciuk
2022-10-19 23:26:08 +03:00
parent cc30796270
commit 7a355883d7
4 changed files with 11 additions and 11 deletions

View File

@@ -13,10 +13,10 @@ jobs:
- run: git config user.name 'iptv-bot[bot]'
- run: git config user.email '84861620+iptv-bot[bot]@users.noreply.github.com'
- run: git checkout -b ${{ steps.create-branch-name.outputs.branch_name }}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
if: ${{ !env.ACT }}
with:
node-version: '14'
node-version: 16
cache: 'npm'
- run: npm install
- run: npm run api:load