Maxim Lobanov
38d90ce44d
Merge pull request #277 from actions/malob/update-readme
...
Update readme to describe new NVM LTS syntax
2021-06-30 15:20:50 +03:00
Maxim Lobanov
e1e1d4c853
Update README.md
...
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com>
2021-06-30 15:12:34 +03:00
Maxim Lobanov
40f85c8c97
update readme
2021-06-30 15:07:45 +03:00
Maxim Lobanov
e215578cb0
Merge pull request #272 from akv-platform/add-caching-for-node-dependencies
...
Implementation of node's caching
2021-06-30 14:07:42 +03:00
Maxim Lobanov
9af89732f0
Merge pull request #274 from actions/v-mazhuk/automate-releasing-new-versions
...
Automate releasing new action versions
2021-06-30 14:05:58 +03:00
Dmitry Shibanov
cfe70f9fe8
update dependencies
2021-06-30 13:08:07 +03:00
Dmitry Shibanov
b259ba49fe
rebuild project
2021-06-30 11:41:00 +03:00
Dmitry Shibanov
55e10498cf
Merge branch 'main' into add-caching-for-node-dependencies
2021-06-30 11:39:23 +03:00
Maxim Lobanov
bcb4cecf9b
Merge pull request #270 from gordey4doronin/gordey/support-lts-syntax
...
Support LTS aliases
2021-06-30 11:32:30 +03:00
Dmitry Shibanov
72922790cb
fix for documentation
2021-06-30 10:39:46 +03:00
Gordey Doronin
48042628a6
Stricter check and cleaner messaging
2021-06-30 09:34:42 +02:00
Gordey Doronin
8624ddbdce
Extract common setup logic to hook
2021-06-30 09:27:49 +02:00
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>
2021-06-29 13:34:35 +03:00
MaksimZhukov
87a21fa69e
Automate releasing new action versions
2021-06-29 12:33:36 +03:00
Maxim Lobanov
e79375d669
Merge pull request #266 from actions/malob/cache-adr
...
Create ADR for integrating cache functionality to setup-node action
2021-06-29 09:50:06 +03:00
Gordey Doronin
57b9c8c424
Don't run verify check on lts syntax
2021-06-25 12:13:33 +02:00
Gordey Doronin
4bef829942
Add e2e test for lts-syntax
2021-06-25 11:56:15 +02:00
Gordey Doronin
9b447f0b81
Fix paths for windows tests
2021-06-25 11:48:41 +02:00
Dmitry Shibanov
d36a3314a5
work on resolving comments
2021-06-25 12:06:49 +03:00
Gordey Doronin
c2dfe2df98
Reuse manifest code
2021-06-22 17:52:06 +02:00
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
2021-06-22 18:32:22 +03:00
Gordey Doronin
d9ce83b637
Formatter
2021-06-22 16:11:44 +02:00
Gordey Doronin
56c3db9dda
Cleanup redundant leftover
2021-06-22 15:51:57 +02:00
Gordey Doronin
92722aec8c
Logic remastered to not force check-latest
2021-06-22 15:45:25 +02:00
Gordey Doronin
c62861c1e7
Rename
2021-06-22 13:10:16 +02:00
Gordey Doronin
36d2ce149e
Switch warning to info logging
2021-06-21 14:33:27 +02:00
Gordey Doronin
bcdcde00c0
Stage dist files
2021-06-21 11:40:55 +02:00
Gordey Doronin
0ec4841e4b
Function renaming
2021-06-21 11:39:00 +02:00
Gordey Doronin
e761a7024e
Interface extraction
2021-06-21 11:37:50 +02:00
Gordey Doronin
c8c6442c74
Add brief comment about supported formats
2021-06-21 11:37:06 +02:00
Gordey Doronin
fa68745dc0
Test coverage for uknown and malformed aliases
2021-06-17 18:53:38 +02:00
Gordey Doronin
c8889b24a3
Support lts/* alias
2021-06-17 18:34:09 +02:00
Gordey Doronin
88d5bfde31
Support LTS aliases
2021-06-17 17:51:02 +02:00
Dmitry Shibanov
1088324e41
remove workaround
2021-06-17 17:47:24 +03:00
Dmitry Shibanov
05f3e9f4fa
remove eol in gitattributes
2021-06-17 17:20:16 +03:00
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
2021-06-16 09:52:44 +03:00
Maxim Lobanov
5929471019
Update 0000-caching-dependencies.md
2021-06-02 15:52:17 +03:00
Maxim Lobanov
1bf30534fd
Update docs/adrs/0000-caching-dependencies.md
...
Co-authored-by: Alejandro Pauly <alepauly@github.com>
2021-05-26 17:29:27 +03:00
Maxim Lobanov
ae26aaf1b5
Update 0000-caching-dependencies.md
2021-05-26 17:27:14 +03:00
Maxim Lobanov
5fddb2d510
Update 0000-caching-dependencies.md
2021-05-24 17:35:10 +03:00
Maxim Lobanov
8c35c6c880
Update 0000-caching-dependencies.md
2021-05-21 18:28:06 +03:00
Maxim Lobanov
24265e14d4
Create 0000-caching-dependencies.md
2021-05-21 18:16:14 +03:00
Robert Stoll
5c355be170
use 14 instead of 12 in README beacuse peoply copy ( #235 )
2021-02-23 23:21:23 -05:00
Guangcong Luo
46071b5c7a
Fix TypeScript error line/column ( #125 )
...
* Fix TypeScript error line/column
* Adopt official pattern from VS Code
* Minor cleanup
* Add tests for tsc problem matcher
Co-authored-by: Lukas Spieß <lumaxis@github.com>
2021-02-17 10:52:41 -05:00
Nick Schonning
05f0551dbd
chore: operating-system -> os ( #184 )
...
Schema validation was flagging the old property name
2021-01-20 14:15:22 -05:00
Bryan MacFarlane
23bdee16bc
Clarifications to the README ( #167 ) ( #229 )
...
* Update README.md
* Update README.md
Co-authored-by: Bryan MacFarlane <bryanmacfarlane@github.com>
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
2021-01-20 11:48:26 -05:00
dependabot[bot]
4257181919
Bump acorn from 5.7.3 to 5.7.4 ( #122 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-20 11:28:06 -05:00
dependabot[bot]
7f4d5225d8
Bump lodash from 4.17.15 to 4.17.19 ( #174 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-20 11:26:01 -05:00
Rohan Chougule
68fafecfa4
refactor: use core.info instead of console.log ( #185 )
2021-01-20 10:28:35 -05:00
Maxim Lobanov
c46424eee2
Merge pull request #219 from actions/v-malob/update-readme-v2
...
Update readme before releasing actions/setup-node V2
2020-12-16 12:47:21 +03:00