Commit Graph

31 Commits (10f562350248c03b1290d1d8a055102c0da3bebf)

Author SHA1 Message Date
Ivan 962678f22c
Add and configure ESLint and update configuration for Prettier (#703)
* Add ESLinter and update Prettier

* Update eslint config

* Update dependencies

* Rebuild action

* Update package.json

* Updates docs

* Update docs
2 years ago
Dmitry Shibanov 64ed1c7eab
Add support for v8-canary, nightly and rc (#655) 2 years ago
Sergey Dolin b28830cbe2 replace throw with warn 2 years ago
Sergey Dolin 676975d9aa Use early return pattern 2 years ago
Dmitry Shibanov 6bc15ab23c
Update minimatch (#608) 2 years ago
Francesco Renzi 8c91899e58
Update @actions/core to 1.10.0 (#587) 3 years ago
Uladzimir Havenchyk c81d8ad96d
Print node, npm and yarn versions after installation (#368) 3 years ago
Evgenii Korolevskii 969bd26639
Fix test volta priority (#577) 3 years ago
Dmitry Shibanov 30f0e7dc5a
Update @actions/core to 1.9.1 (#574) 3 years ago
Shude Li c8f0d10585
upgrade `@action/cache` to 3.0.4 to fix stuck issue (#573) 3 years ago
Dmitry Shibanov 2fddd8803e
fixing pnpm output issue (#545) 3 years ago
AJ Jordan b3ca1ac971
Support npm-shrinkwrap.json out-of-the-box (#439) 3 years ago
Filip Skokan 0d7418813c run build&format 3 years ago
IvanZosimov eaead3517c Update cache-save.ts to support @actions/cache v3.0.0 lib 3 years ago
IvanZosimov 1196f2ae1b Rebuild action with the new @actions/cache dependency 3 years ago
Dmitry Shibanov ed1a46e9f2
Update zeit/ncc to vercel/ncc (#476) 3 years ago
Deepak Dahiya 56337c4255
Updated @actions/cache (#460)
* Updated @actions/cache

* Licensed cache

* new build

* Updated version
3 years ago
Dmitry Shibanov bacd6b4b3a
Caching on GHES (#452)
* add support for ghes caching

* fix licesnses

* work on resolving comments

* change internal error to warning

* fix warning for internal errors

* update version
3 years ago
Dmitry Shibanov 3e90744edf
Update lockfileVersion (#422) 3 years ago
Dmitry Shibanov 1f8c6b94b2
Pass to warning uncaught exceptions (#359) 3 years ago
Dmitry Shibanov 9a74eb4e64
Throw error only if exit code is note zero. (#358) 3 years ago
Dmitry Shibanov 04c56d2f95
update cache to 1.0.8 (#367) 3 years ago
Dmitry Shibanov a4b8ed2f4e
Update dependencies (#346) 4 years ago
Jacob Gillespie 3af302a4f2
Switch to pnpm store path command 4 years ago
Jacob Gillespie 0453e516eb
Regenerate compiled files 4 years ago
Jacob Gillespie 162ddf7c40
Add pnpm caching support 4 years ago
Dmitry Shibanov cfe70f9fe8 update dependencies 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
Dmitry Shibanov d36a3314a5 work on resolving comments 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