mirror of https://github.com/yb/uptime-status
Merge branch 'master' of https://github.com/hostlikepro/RoboUptime
commit
3989d5cc41
|
@ -16,7 +16,6 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
|
||||
publish-gpr:
|
||||
needs: build
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "node test.js"
|
||||
"test": "node test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.27.2",
|
||||
|
|
Loading…
Reference in New Issue