Skip to content

Commit

Permalink
⬆️ deps: Update dependency vitest to v1.6.0 (#122)
Browse files Browse the repository at this point in the history
* ⬆️ deps: Update dependency vitest to v1.6.0

* 🔧 chore: update lockfile

* 👷 ci: use Node.js 22

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: SigureMo <[email protected]>
  • Loading branch information
renovate[bot] and SigureMo authored May 19, 2024
1 parent b48ec7b commit ad49702
Show file tree
Hide file tree
Showing 3 changed files with 536 additions and 461 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '17'
node-version: '22'

- name: Install pnpm
run: npm install -g pnpm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"test": "vitest --run"
},
"devDependencies": {
"vitest": "1.5.0"
"vitest": "1.6.0"
}
}
Loading

0 comments on commit ad49702

Please sign in to comment.