Commit Graph

28 Commits (main)

Author SHA1 Message Date
Ivan e828f9b7f3
Fix glob bug in package.json scripts section (#729) 2 years ago
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
IvanZosimov 92a07fe466 Fix review points 2 years ago
IvanZosimov 772ffdda26 Update package.json 2 years ago
Francesco Renzi 8c91899e58
Update @actions/core to 1.10.0 (#587) 3 years ago
Shude Li c8f0d10585
upgrade `@action/cache` to 3.0.4 to fix stuck issue (#573) 3 years ago
Milos Pantic b4b18e5317
Update package json version (#570) 3 years ago
IvanZosimov 73ea510762 Update unit-tests for cache-save.ts file, add coverage option to Jest 3 years ago
IvanZosimov c22fc3c628 Update the version of @actions/cache library to 3.0.0 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 04c56d2f95
update cache to 1.0.8 (#367) 3 years ago
Dmitry Shibanov a4b8ed2f4e
Update dependencies (#346) 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
Thomas Boop c6fd00ceb9
Swap to env files (#200)
* Swap to env files

* revert to old method for tests

* disable executing of commands during tests

* bump package.json @actions/core version
5 years ago
Bryan MacFarlane e434342e4e
download from node-versions and fallback to node dist (#147)
* download LTS versions from releases

* support upcoiming ghes 

Co-authored-by: eric sciple <ericsciple@users.noreply.github.com>
5 years ago
Josh Gross 2d53d29868
Use actions/exec for getting version 5 years ago
eric sciple 83c9f7a7df
Update tool-cache for download retries (#120) 5 years ago
eric sciple 1c5c1375b3
consume getJson function for better error messages (#110) 5 years ago
eric sciple d123f10543
follow proxy settings (#105) 5 years ago
Danny McCormick 3d792c1dbd
Consume toolkit from npmjs (#36) 6 years ago
damccorm a0c716db3e Make typed-rest-client dependency explicit 6 years ago
Danny McCormick 78148dae50
Add auth support (#21)
* Updates

* Update

* Update

* Update

* Update

* Yarn sometimes prefers npmrc, so use same token

* Description

* Update readme

* Feedback

* Add type

* new toolkit and scoped registries

* npmrc in RUNNER_TEMP

* Dont always auth

* Try exporting blank token

* Get auth working for now pending runner changes

* Fix string interpolation for auth token.

* Don't export both userconfigs

* Update authutil.js

* Add single quotes for authString

* Fix the registry string.

* Use userconfig and append trailing slash

* Keep in root of repo

* Try just adding auth token

* Remove auth token

* Try changes again

* Add tests

* Npm and GPR samples

* Add types
6 years ago
Danny McCormick 9580326150 Add correct tool-cache 6 years ago
Chris Patterson 9bb7038a07 Initial Import 6 years ago