mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(actions): run npm-upgrades using macos
This commit is contained in:
committed by
Łukasz Mierzwa
parent
dab336dd77
commit
6de914d162
4
.github/workflows/maintenance.yml
vendored
4
.github/workflows/maintenance.yml
vendored
@@ -2,12 +2,12 @@ name: Maintenance
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 23 * * 0"
|
||||
- cron: "0 20 * * 1"
|
||||
|
||||
jobs:
|
||||
npm-upgrades:
|
||||
name: Regenerate package-lock.json
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user