-
Notifications
You must be signed in to change notification settings - Fork 252
Pull requests: Luffy2ndAccount/zokou-english-v2
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
name: Node.js CI on: push: branches: - main pull_request: branches: - main schedule: - cron: '0 */4 * * *' jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [20.x] steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install ffmpeg run: | sudo apt-get update sudo apt-get install -y ffmpeg - name: Install dependencies run: | npm install -g pm2 npm install - name: Start application with timeout run: | timeout 14520s npm run zokou
#76
opened Feb 9, 2025 by
monelusjefferson104
Loading…
name: Node.js CI on: push: branches: - main pull_request: branches: - main schedule: - cron: '0 */4 * * *' jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [20.x] steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install ffmpeg run: | sudo apt-get update sudo apt-get install -y ffmpeg - name: Install dependencies run: | npm install -g pm2 npm install - name: Start application with timeout run: | timeout 14520s npm run zokouUpdate and rename exemple_de_set.env to set.env
#51
opened Feb 2, 2025 by
aimbotamp
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-01-15.