Logo
Explore Help
Sign In
actions/setup-node
1
0
Fork 0
You've already forked setup-node
mirror of https://github.com/actions/setup-node.git synced 2025-09-10 19:31:33 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
f43d8a1f27404e4f3fe2c5c1832c5e4e066bad96
setup-node/src/constants.ts

14 lines
197 B
TypeScript
Raw Normal View History

Add node's caching implementation (#2) * first iteration for implementation of caching * add logs * add debug line * fix build command * fix path * add possible post-if * remove braces * test new action post-if variant * work on built-in caching * remove post-if * pass version * work on yarn support * fix return value * change names and remove logs * worked on resolving comments * check post-if for null * add success() condition * remove primary key field * work on resolving comments * remove logs * resolving comments * resolving comments * resolving comments * resolving comments * fix getpackageManagerVersion * run clean for unstaged changes * fix falling version tests * work on resolving comments * resolving comments * fix comment * resolve comments * Add tests to cover node's caching (#3) * add tests to cover node's caching * work on fixing tests * fix e2e tests * rebuild and fix test * fixing tests * change name of describes, it and fix test * add names for jobs * fix issue
2021-06-16 09:52:44 +03:00
export enum LockType {
Npm = 'npm',
Yarn = 'yarn'
}
export enum State {
CachePrimaryKey = 'CACHE_KEY',
CacheMatchedKey = 'CACHE_RESULT'
}
export enum Outputs {
CacheHit = 'cache-hit'
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 320ms Template: 21ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API