Skip to content

Force update dependencies and build #20

Force update dependencies and build

Force update dependencies and build #20

Workflow file for this run

name: Force update dependencies and build
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
jobs:
update-and-build:
name: Update dependencies and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install initial dependencies
run: |
npm i -g yarn
yarn install --no-lockfile
- name: Run that shit
run: |
node forceUpdateDeps.mjs
yarn turbo build