AlyonaSviridenko
004fb83876
Temporarily disabled cache usage
4 years ago
MaksimZhukov
aa759c6c94
Merge pull request #278 from jacobwgillespie/cache-pnpm
...
Add pnpm caching support
4 years ago
Jacob Gillespie
0ae03de2b7
Reorder to npm, yarn, pnpm
4 years ago
Maxim Lobanov
4bc87b8e10
Bump e2e tests to 6.10.0
4 years ago
Jacob Gillespie
b96348a4e9
Remove unused imports
4 years ago
Jacob Gillespie
3af302a4f2
Switch to pnpm store path command
4 years ago
Jacob Gillespie
f452812b44
Unmock fs.existsSync after tests
4 years ago
Jacob Gillespie
e93556ca66
Mock fs.existsSync in tests
4 years ago
Jacob Gillespie
0453e516eb
Regenerate compiled files
4 years ago
Jacob Gillespie
399982b368
Move existence check to cache-save
4 years ago
Jacob Gillespie
d278e78bdd
Add logic to check that cache folder exists
4 years ago
Jacob Gillespie
fdbc93ea6e
Add disclaimer to pnpm action example, pin action
4 years ago
Jacob Gillespie
f24e78e0f6
Update __tests__/cache-save.test.ts
...
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
4 years ago
Jacob Gillespie
162ddf7c40
Add pnpm caching support
4 years ago
Maxim Lobanov
38d90ce44d
Merge pull request #277 from actions/malob/update-readme
...
Update readme to describe new NVM LTS syntax
4 years ago
Maxim Lobanov
e1e1d4c853
Update README.md
...
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com>
4 years ago
Maxim Lobanov
40f85c8c97
update readme
4 years ago
Maxim Lobanov
e215578cb0
Merge pull request #272 from akv-platform/add-caching-for-node-dependencies
...
Implementation of node's caching
4 years ago
Maxim Lobanov
9af89732f0
Merge pull request #274 from actions/v-mazhuk/automate-releasing-new-versions
...
Automate releasing new action versions
4 years ago
Dmitry Shibanov
cfe70f9fe8
update dependencies
4 years ago
Dmitry Shibanov
b259ba49fe
rebuild project
4 years ago
Dmitry Shibanov
55e10498cf
Merge branch 'main' into add-caching-for-node-dependencies
4 years ago
Maxim Lobanov
bcb4cecf9b
Merge pull request #270 from gordey4doronin/gordey/support-lts-syntax
...
Support LTS aliases
4 years ago
Dmitry Shibanov
72922790cb
fix for documentation
4 years ago
Gordey Doronin
48042628a6
Stricter check and cleaner messaging
4 years ago
Gordey Doronin
8624ddbdce
Extract common setup logic to hook
4 years ago
Maxim Lobanov
282049a5b1
regenerate license ( #7 )
...
* regenerate license
* npm run build
* sync branches
* rebuild project
* fix test
Co-authored-by: Dmitry Shibanov <dmitry-shibanov@github.com>
4 years ago
MaksimZhukov
87a21fa69e
Automate releasing new action versions
4 years ago
Maxim Lobanov
e79375d669
Merge pull request #266 from actions/malob/cache-adr
...
Create ADR for integrating cache functionality to setup-node action
4 years ago
Gordey Doronin
57b9c8c424
Don't run verify check on lts syntax
4 years ago
Gordey Doronin
4bef829942
Add e2e test for lts-syntax
4 years ago
Gordey Doronin
9b447f0b81
Fix paths for windows tests
4 years ago
Dmitry Shibanov
d36a3314a5
work on resolving comments
4 years ago
Gordey Doronin
c2dfe2df98
Reuse manifest code
4 years ago
Dmitry Shibanov
f2b87bb2c2
Squashed commit of the following:
...
commit 446068aff1ec25da69c5b6af6d01dd19b230b4b2
Author: Alena Sviridenko <alenasviridenko@github.com>
Date: Tue Jun 22 17:51:35 2021 +0300
updated headers
commit d7e254e6e9534bb627373b7e40400cc45a888815
Author: Alena Sviridenko <alenasviridenko@github.com>
Date: Thu Jun 17 17:35:34 2021 +0300
updated links
commit ffd9956eda8c43e846f3305bad21fa064b07280f
Author: AlyonaSviridenko <alenasviridenko@github.com>
Date: Thu Jun 17 17:33:41 2021 +0300
Added advanced usage
commit 1e068f031030962d380a1bae32beb806d1c6f818
Author: AlyonaSviridenko <alenasviridenko@github.com>
Date: Thu Jun 17 15:07:42 2021 +0300
Updated readme with caching
commit 7528c3399a9c8e0b4e63f7a079e0078af6b92d6a
Author: Maxim Lobanov <v-malob@microsoft.com>
Date: Wed Jun 16 14:43:46 2021 +0300
Update versions.yml
4 years ago
Gordey Doronin
d9ce83b637
Formatter
4 years ago
Gordey Doronin
56c3db9dda
Cleanup redundant leftover
4 years ago
Gordey Doronin
92722aec8c
Logic remastered to not force check-latest
4 years ago
Gordey Doronin
c62861c1e7
Rename
4 years ago
Gordey Doronin
36d2ce149e
Switch warning to info logging
4 years ago
Gordey Doronin
bcdcde00c0
Stage dist files
4 years ago
Gordey Doronin
0ec4841e4b
Function renaming
4 years ago
Gordey Doronin
e761a7024e
Interface extraction
4 years ago
Gordey Doronin
c8c6442c74
Add brief comment about supported formats
4 years ago
Gordey Doronin
fa68745dc0
Test coverage for uknown and malformed aliases
4 years ago
Gordey Doronin
c8889b24a3
Support lts/* alias
4 years ago
Gordey Doronin
88d5bfde31
Support LTS aliases
4 years ago
Dmitry Shibanov
1088324e41
remove workaround
4 years ago
Dmitry Shibanov
05f3e9f4fa
remove eol in gitattributes
4 years ago
Dmitry Shibanov
3d0d4edb10
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
4 years ago