Commit Graph

69 Commits (update-memoization)

Author SHA1 Message Date
Vytis Valentinavičius ca2d4e0cdd
feat: handling the case where "node" is used for tool-versions file. (#812) 2 years ago
Dmitry Shibanov 34050076a5
Add check for existing paths (#803) 2 years ago
Jeff Wen f8aa08ed8e
Update check-dist workflow name (#710) 2 years ago
Sergey Dolin e33196f742
Do not ivalidate the cache entirely on lock file change (#744)
* Do not ivalidate the cache entirely on yarn3 lock file change

* Use cache prefix if all sub-projects are yarn managed

* Rename functions & add e2e tests
2 years ago
Sergey Dolin 8170e22e8f
Detect cached folders from multiple directories (#735)
* Add project-dir

* Fix find lock file

* Remove package-dir input

* format & resolve conflicts

* Add unit tests

* build dist

* Apply change request fixes

* handle non-dir cache-dependency-path

* bump cache version

* run checks

* Handle globs in cacheDependencyPath

* refactor, introduce `cacheDependencyPathToProjectsDirectories`

it is necessary for the next PR related yarn optimization

* Changes requests

* Apply fixes

* review fixes

* add e2e

* Add unique

* review updates

* review updates second stage

* Review fixes 3

* imporve e2e tests
2 years ago
Nikolai Laevskii 10efafcbcf Update canary version in tests to an existing one 2 years ago
IvanZosimov fcd18100cc Add update-config-files.yml 3 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
3 years ago
MaksimZhukov 3dbcda8bc2
Update release-new-action-version.yml (#664) 3 years ago
Dmitry Shibanov 64ed1c7eab
Add support for v8-canary, nightly and rc (#655) 3 years ago
IvanZosimov 92a07fe466 Fix review points 3 years ago
IvanZosimov 217387cf3e Update action to use reusable-workflows repo 3 years ago
IvanZosimov f5ab623822 Add links to reusable workflows 3 years ago
IvanZosimov ca97bf7f80 Update workflows 3 years ago
IvanZosimov fe4d514f1a Update codeql-analysis workflow 3 years ago
IvanZosimov 8151ea11a4 Setup codeql-analysis workflow 3 years ago
IvanZosimov da188081b1 Update workflows to use reusable-workflows 3 years ago
James M. Greene 3ae886ede4
Update to latest `actions/publish-action` (#630) 3 years ago
Dmitry Shibanov 2349c84f5c
Add support for nightly and rc versions (#611) 3 years ago
Dmitry Shibanov 9b8fcdc725
change datadog to ubuntu docker image (#620) 3 years ago
Dmitry Shibanov 16352bb09b
Get rid of warnings for set-output (#607) 3 years ago
Dmitry Shibanov 788c6ccbd0
remove node-version 12 from matrix (#594) 3 years ago
Evgenii Korolevskii 969bd26639
Fix test volta priority (#577) 3 years ago
Jef LeCompte 4cffe5c52b
chore: remove sponge usage 3 years ago
Jef LeCompte 1e6f2cd312
test: add volta e2e test 3 years ago
Vladimir Safonkin 348e008008
Fix node version file parsing (#553)
* Fix node version file parsing

* Build index.js

* Non-json file error handling

* Format code

* Add package.json to e2e tests

* Minor fix
3 years ago
Marko Zivic 5b949b50c3
Merge pull request #373 from ganta/add-support-for-asdf-format-as-node-version-file
Add support for asdf format as Node.js version file
3 years ago
Jack Bates eeb10cff27
Support lts/-n aliases (#481) 3 years ago
Hideki Igarashi dbb64ac1d1 Add support for asdf format as Node.js version file 3 years ago
Milos Pantic 17f8bd9264
Expand current syntax to support aliases for latest version (current/latest/node) (#483) 3 years ago
Peter Mescalchin 75716637dc
Bump to `actions/checkout@v3` (#437) 4 years ago
Peter Mescalchin 546fd45825
Updated documentation/workflows to use `actions/setup-node@v3` (#433)
* Update documentation `actions/setup-node@v2` -> `actions/setup-node@v3`

* Bump workflows to `actions/setup-node@v3`

* Update `README.md` workflow status badges to new format
4 years ago
Dmitry Shibanov 3e90744edf
Update lockfileVersion (#422) 4 years ago
Thomas Boop 28df918a56
Update default runtime to node16 (#414) 4 years ago
Nick Schonning f658dc5bd7
ci: use NPM cache in check-dist (#393) 4 years ago
Oscar Dominguez 5e2e068714
ci(workflow): add cache to workflows using actions/setup-node (#287) 4 years ago
Nick Schonning 7b558676dd
chore: Remove strategy for non-matrix builds (#186) 4 years ago
Dmitry Shibanov 9a74eb4e64
Throw error only if exit code is note zero. (#358) 4 years ago
Hargun Kaur d08cf22211
Adding Node.js version file support (#338) 4 years ago
Brian Cristante 996306e892 rm __tests__/verify-no-unstaged-changes.sh 4 years ago
Brian Cristante 85d4122530 Fix triggers in licensed.yml 4 years ago
Brian Cristante 928244ce45 Add check-dist.yml 4 years ago
AlyonaSviridenko db716f881a Add yarn env variable 4 years ago
Maxim Lobanov 4bc87b8e10
Bump e2e tests to 6.10.0 4 years ago
Jacob Gillespie 162ddf7c40
Add pnpm caching support 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 55e10498cf Merge branch 'main' into add-caching-for-node-dependencies 4 years ago
MaksimZhukov 87a21fa69e
Automate releasing new action versions 4 years ago