Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Sep 3, 2024
1 parent 29a07ee commit 207663c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: true
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"dependencies": {
"@unhead/vue": "^1.10.4",
"@vueuse/core": "^11.0.3",
"@vueuse/shared": "^11.0.3",
"pinia": "^2.2.2",
"vue": "^3.5.0",
"vue-i18n": "^9.14.0",
Expand All @@ -51,6 +52,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"husky": "^9.1.5",
"prettier": "^3.3.3",
"sass": "^1.77.8",
Expand All @@ -68,10 +70,13 @@
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.4",
"workbox-build": "^7.1.1",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
"workbox-strategies": "^7.1.0",
"workbox-window": "^7.1.0"
},
"config": {
"commitizen": {
Expand Down
21 changes: 21 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 207663c

Please sign in to comment.