mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2025-12-20 03:31:18 -03:00
update workflow
This commit is contained in:
parent
274ce6fdaf
commit
3b3f2764bc
2 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
name: Node.js CI
|
on:
|
||||||
on: [push]
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -9,5 +13,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm install
|
- run: node update.js
|
||||||
- run: npm run
|
|
||||||
|
|
@ -13,8 +13,5 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"author": "",
|
"author": "",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "update.js",
|
"main": "update.js"
|
||||||
"scripts": {
|
|
||||||
"run": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue