mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
chore(node): move repo tooling to node 24
Align local version markers and GitHub Actions with Node 24, switch the default test entrypoint to the maintained Vitest runner, and replace pnpm-incompatible npm helpers in repo scripts. This also removes the obsolete AVA plus esm path and excludes disabled test fixtures from generic Vitest discovery so CI reflects the supported test surface.
This commit is contained in:
parent
747e564e17
commit
fcda9f0a02
9 changed files with 43 additions and 641 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import fs from 'fs-extra'
|
||||
import axios from 'axios'
|
||||
import 'dotenv/config'
|
||||
import 'dotenv/config.js'
|
||||
|
||||
import {
|
||||
// storkVersion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue