Commit Graph

329 Commits (8151ea11a4ceb4ba13f02e47876fd0cb6ab5ff0c)
 

Author SHA1 Message Date
IvanZosimov 8151ea11a4 Setup codeql-analysis workflow 2 years ago
IvanZosimov 772ffdda26 Update package.json 2 years ago
IvanZosimov da188081b1 Update workflows to use reusable-workflows 2 years ago
Sergey Dolin 377c6dae40
Merge pull request #639 from akv-platform/v-sdolin/early-return
Use early return pattern to avoid nested conditions
2 years ago
Sergey Dolin b28830cbe2 replace throw with warn 2 years ago
Sergey Dolin 676975d9aa Use early return pattern 2 years ago
Sergey Dolin d1b197b965
Merge pull request #637 from akv-platform/v-sdolin/npmrc-dup
Fix scoped registries are duplicated in npmrc
2 years ago
Sergey Dolin 069a4f8926 Add dist 2 years ago
Sergey Dolin e77eaaccd3 Add unit tests 2 years ago
Sergey Dolin a69d45adcd Add modification of scoped registry 2 years ago
James M. Greene 3ae886ede4
Update to latest `actions/publish-action` (#630) 2 years ago
Sergey Dolin 41acaa2e85
fix version output from file (#625) 2 years ago
Dmitry Shibanov 2349c84f5c
Add support for nightly and rc versions (#611) 2 years ago
Dmitry Shibanov 6bc15ab23c
Update minimatch (#608) 2 years ago
Dmitry Shibanov 9b8fcdc725
change datadog to ubuntu docker image (#620) 2 years ago
Dmitry Shibanov 00e1b6691b
Pass the token input through on GHES (#595) 2 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
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
Dmitry Shibanov c96ab56c5b
Add information about always-auth input (#585) 3 years ago
Evgenii Korolevskii 969bd26639
Fix test volta priority (#577) 3 years ago
Marko Zivic 9f3a02bbd1
Merge pull request #532 from jef/main
feat: add volta as node-version-file
3 years ago
Jef LeCompte 4cffe5c52b
chore: remove sponge usage 3 years ago
Jef LeCompte 0efefb3c0b
Merge remote-tracking branch 'upstream/main' 3 years ago
Jef LeCompte 1e6f2cd312
test: add volta e2e test 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
Milos Pantic b4b18e5317
Update package json version (#570) 3 years ago
Marko Zivic 9efe00a002
Merge pull request #569 from e-korolevskii/main
docs(contributor's guide): Update link
3 years ago
Evgenii Korolevskii 35ba06beb7 docs(contributor's guide): Update link 3 years ago
Marko Zivic 9fc76ff685
Merge pull request #567 from al-cheb/al-cheb/update-doc-link
Update runner link
3 years ago
Aleksandr Chebotov dc62cc63a8 Update runner link 3 years ago
Marko Zivic d04c34e7d9
Merge pull request #564 from lkfortuna/patch-1
Update README.md
3 years ago
Larissa Fortuna 32f78d9bfa
Update README.md
Updating term "virtual environments" to "runner images" and updating links
3 years ago
Marko Zivic e954e15431
Merge pull request #561 from akv-platform/v-sdolin/yarn2
Add caveat for Yarn 2+ and private repos
3 years ago
Sergey Dolin 792255d078 Fix wording 3 years ago
Sergey Dolin 089aa7ea91 Add caveat for Yarn 2+ and private repos 3 years ago
Marko Zivic 094c36e88e
Merge pull request #555 from e-korolevskii/update-contributors-guide
Update contributors guide
3 years ago
Evgenii Korolevskii 5bbf7221ae
Merge branch 'actions:main' into update-contributors-guide 3 years ago
Evgenii Korolevskii dbb54d08f2
Update docs/contributors.md
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
3 years ago
Jef LeCompte 3a1b76e782
refactor: remove locally caught exceptions 3 years ago
Jef LeCompte 94f88d78c4
Merge remote-tracking branch 'upstream/main' 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
Jef LeCompte d79e93a91d
docs: add package.json information 3 years ago
Evgenii Korolevskii 5d6bb1273a rephased documents 3 years ago
Evgenii Korolevskii 0d3aa68dd3 format 3 years ago
Evgenii Korolevskii 18090dee77 updated docs 3 years ago
Jef LeCompte bb59d50268
chore: run prettier 3 years ago
Jef LeCompte 5b579f1638
refactor: check volta first, then engine 3 years ago