Skip to content

Commit

Permalink
feat: Updated deps (#244)
Browse files Browse the repository at this point in the history
Fixes #166

BREAKING CHANGE: Updated major version of packages
  • Loading branch information
TriPSs committed Dec 28, 2023
2 parents a27a4de + 57b3a81 commit 7f77e0c
Show file tree
Hide file tree
Showing 1,978 changed files with 38,938 additions and 221,705 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -11,8 +11,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- run: npm ci --prod
- run: git add node_modules -f
- name: Install deps
run: npm ci

- name: Build
run: npm run build

- run: git add dist -f

- name: Generate changelog
id: changelog
Expand Down

0 comments on commit 7f77e0c

Please sign in to comment.