Skip to content

Commit

Permalink
dev: Update workflow for cspell4 (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 8, 2021
1 parent 871a5b0 commit e18dd66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-dependencies-cspell4.yml
Expand Up @@ -12,6 +12,7 @@ on:
updateSnapshots:
description: "Update Integration Test snapshots (yes/no)"
default: "yes"
required: false
schedule:
- cron: "0 12 * * 0"

Expand All @@ -32,8 +33,9 @@ jobs:
ref: ${{ env.REF_BRANCH }}
- name: Update Root
run: |
rm -rf package-lock.json
npm install
npm update -S
rm -rf node_modules package-lock.json
- name: Install
run: npm install
- name: Update packages
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yml
Expand Up @@ -13,6 +13,7 @@ on:
updateSnapshots:
description: "Update Integration Test snapshots (yes/no)"
default: "yes"
required: false
schedule:
- cron: "0 12 * * 0"

Expand Down

0 comments on commit e18dd66

Please sign in to comment.