Skip to content

Update dependency @types/node to ^16.18.126 #1

Update dependency @types/node to ^16.18.126

Update dependency @types/node to ^16.18.126 #1

Workflow file for this run

name: "autoUrls"
on:
schedule:
- cron: '0 5 * * *'
workflow_dispatch:
push:
branches:
- master
paths:
- '**/meta.json'
- '**/playerUrls.js'
jobs:
main:
name: main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: master
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Build
run: npm install
- name: Run
run: npm run build:autoUrls
env:
CI_MODE: travis
SIMKL_API_ID: ${{ secrets.SIMKL_API_ID }}
SIMKL_API_SECRET: ${{ secrets.SIMKL_API_SECRET }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
commit-message: Auto Urls
branch: auto-urls
delete-branch: true
title: 'Auto Urls'
body: 'Automatically added Urls'