[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

ci: test on Node.js 22 (#5635)

authored by

btea and committed by
GitHub
(Apr 29, 2024, 1:09 PM +0200) eeaebff1 48fba190

+1 -1
+1 -1
.github/workflows/ci.yml
··· 40 40 strategy: 41 41 matrix: 42 42 os: [ubuntu-latest] 43 - node_version: [18, 20] 43 + node_version: [18, 20, 22] 44 44 include: 45 45 - os: macos-14 46 46 node_version: 20