Home
last modified time | relevance | path

Searched refs:NEXT_VERSION (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/npm/test/lib/utils/
H A Dupdate-notifier.js10 const NEXT_VERSION = '123.421.70'
65 : /-/.test(spec) ? CURRENT_BETA : NEXT_VERSION
170 } = await runUpdateNotifier(t, { version: NEXT_VERSION })
173 const reqs = ['npm@latest', `npm@^${NEXT_VERSION}`]
/third_party/json/
H A DMakefile204 NEXT_VERSION ?= "unreleased" macro
207 github_changelog_generator -o ChangeLog.md --user nlohmann --project json --simple-list --release-url https://github.com/nlohmann/json/releases/tag/%s --future-release $(NEXT_VERSION)

Completed in 1 milliseconds