-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: test error on Node.js v18 and npm v11 (#37)
npm v11 has dropped the support for Node.js v18: https://github.com/npm/cli/releases/tag/v11.0.0 So this change installs npm v10 instead on Nodde.js v18. ```sh-session $ npm v [email protected] engines { node: '^20.17.0 || >=22.9.0' } $ npm v [email protected] engines { node: '^18.17.0 || >=20.5.0' } ```
- Loading branch information
1 parent
9b110db
commit 8fd670c
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters