Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zzau13 committed Jun 9, 2023
1 parent 3358eeb commit d0b3583
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 99 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/fermium
node-version: lts/gallium

- uses: pnpm/action-setup@v2.2.4
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/fermium
lts/gallium
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@vitest/coverage-c8": "0.31.4",
"@vitest/coverage-c8": "0.32.0",
"dotenv-cli": "7.2.1",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
Expand All @@ -63,7 +63,7 @@
"prettier": "2.8.8",
"release-it": "15.11.0",
"typescript": "5.1.3",
"vitest": "0.31.4"
"vitest": "0.32.0"
},
"lint-staged": {
"*.{ts,js,mts,mjs}": "eslint --cache --fix",
Expand Down

0 comments on commit d0b3583

Please sign in to comment.