Skip to content

Commit 4b21118

Browse files
committed
chore: Update deps
1 parent 79f3ca1 commit 4b21118

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
- name: Install
4040
run: npm install
4141

42+
- name: Update Website
43+
run: |
44+
cd website
45+
npm i
46+
npx npm-check-updates -t semver -u
47+
rm -rf node_modules package-lock.json
48+
npm install
49+
4250
- name: PR Body
4351
id: body
4452
uses: streetsidesoftware/actions/public/pr-body@v1

0 commit comments

Comments
 (0)