diff --git a/.github/workflows/import.yaml b/.github/workflows/import.yaml index 2fa09bf8..710f6696 100644 --- a/.github/workflows/import.yaml +++ b/.github/workflows/import.yaml @@ -1,6 +1,7 @@ on: schedule: - cron: '0 0 * * *' + workflow_dispatch: ~ name: Import @@ -13,7 +14,7 @@ jobs: ref: ${{ github.head_ref }} - uses: actions/setup-node@v1 with: - node-version: '10' + node-version: '16' - run: | npm install npm run recent