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
2023-06-21 17:52:17 +02:00
Muhun Kim
698d50532e
Fix description about ensuring workflow access to private package ( #704 )
2023-06-15 17:10:28 +02:00
Marko Zivic
869f4dd0c7
Merge pull request #758 from akv-platform/remove-implicit-dependencies
...
Remove implicit dependencies
2023-05-26 08:31:08 +02:00
Nikolai Laevskii
10efafcbcf
Update canary version in tests to an existing one
2023-05-25 14:57:36 +02:00
Nikolai Laevskii
7d16907b89
Add missing dependency
2023-05-23 16:33:19 +02:00
Nikolai Laevskii
d0d39bda2f
Move eslint-plugin-node to dev dependencies
2023-05-23 11:58:21 +02:00
Nikolai Laevskii
15a2477e08
Install eslint-plugin-node
2023-05-23 11:43:00 +02:00
github-actions[bot]
7598dbcd6e
Update configuration files
2023-05-23 08:38:21 +00:00
Philip Harrison
a9893b0cfb
Update to node 18.x ( #751 )
2023-05-10 16:04:46 +02:00
Dmitry Shibanov
5b32c9063c
Update xml2js ( #742 )
2023-04-20 12:55:12 +02:00
Adam Jones
d98fa11138
bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes ( #718 )
2023-04-11 09:31:41 +02:00
Dmitry Shibanov
9d255ef245
Adjust usage section ( #734 )
2023-04-06 10:52:43 +02:00
Ivan
e828f9b7f3
Fix glob bug in package.json scripts section ( #729 )
2023-04-03 12:46:05 +02:00
github-actions[bot]
a4fcaaf314
Update configuration files ( #708 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-15 00:27:36 +01:00
Marko Zivic
10f5623502
Merge pull request #705 from akv-platform/reusable-workflow
...
Turn on automatic update of ESLint and Prettier configuration files
2023-03-10 10:55:11 +01:00
IvanZosimov
fcd18100cc
Add update-config-files.yml
2023-03-08 11:13:04 +01:00
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
2023-03-08 10:47:38 +02:00
Mark
7c29869aec
docs: fix typo in advanced-usage.md ( #697 )
2023-02-20 11:15:36 +01:00
Ivan
ae9f0f7448
Update workflow badges ( #685 )
2023-01-31 08:45:30 +02:00
MaksimZhukov
3dbcda8bc2
Update release-new-action-version.yml ( #664 )
2023-01-12 13:50:58 +01:00
Phan An
f38519bb96
Fix a minor typo ( #662 )
2023-01-11 01:01:08 +01:00
Jongwoo Han
9227cda3f0
Replace workflow badge with new badge ( #653 )
2023-01-10 10:59:38 +01:00
Dmitry Shibanov
64ed1c7eab
Add support for v8-canary, nightly and rc ( #655 )
v3.6.0
2023-01-05 13:16:21 +01:00
Marko Zivic
92a57f4a93
Merge pull request #650 from actions/update-code-owners
...
Update CODEOWNERS
2022-12-27 09:28:45 +01:00
Evgenii Korolevskii
99e61d697a
Update CODEOWNERS
2022-12-26 09:44:31 +01:00
Marko Zivic
3e8819f8f2
Merge pull request #649 from actions/update-codeowners
...
Update CODEOWNERS
2022-12-23 08:27:39 +01:00
Evgenii Korolevskii
8cd2fb28b8
Update CODEOWNERS
2022-12-23 00:07:20 +01:00
Ivan
c406543918
Merge pull request #647 from akv-platform/apply-reusable-workflows
...
Update action to use reusable workflows
2022-12-22 10:48:47 +02:00
IvanZosimov
92a07fe466
Fix review points
2022-12-20 16:40:38 +01:00
IvanZosimov
217387cf3e
Update action to use reusable-workflows repo
2022-12-19 13:43:06 +01:00
IvanZosimov
2db3663870
Merge branch 'main' of https://github.com/akv-platform/setup-node into apply-reusable-workflows
2022-12-19 13:41:43 +01:00
Evan Mattson
bbe2ac79a1
Fix typo in README ( #646 )
2022-12-19 10:12:38 +01:00
IvanZosimov
f5ab623822
Add links to reusable workflows
2022-12-15 16:39:43 +01:00
IvanZosimov
ca97bf7f80
Update workflows
2022-12-15 16:09:18 +01:00
IvanZosimov
fe4d514f1a
Update codeql-analysis workflow
2022-12-15 15:05:14 +01:00
IvanZosimov
8151ea11a4
Setup codeql-analysis workflow
2022-12-15 14:41:30 +01:00
IvanZosimov
772ffdda26
Update package.json
2022-12-14 13:44:44 +01:00
IvanZosimov
da188081b1
Update workflows to use reusable-workflows
2022-12-14 13:42:03 +01:00
Sergey Dolin
377c6dae40
Merge pull request #639 from akv-platform/v-sdolin/early-return
...
Use early return pattern to avoid nested conditions
2022-12-12 11:12:53 +01:00
Sergey Dolin
b28830cbe2
replace throw with warn
2022-12-12 10:21:16 +01:00
Sergey Dolin
676975d9aa
Use early return pattern
2022-12-09 11:41:54 +01:00
Sergey Dolin
d1b197b965
Merge pull request #637 from akv-platform/v-sdolin/npmrc-dup
...
Fix scoped registries are duplicated in npmrc
2022-12-06 12:14:53 +01:00
Sergey Dolin
069a4f8926
Add dist
2022-12-05 13:37:05 +01:00
Sergey Dolin
e77eaaccd3
Add unit tests
2022-12-05 13:36:23 +01:00
Sergey Dolin
a69d45adcd
Add modification of scoped registry
2022-12-05 13:32:26 +01:00
James M. Greene
3ae886ede4
Update to latest actions/publish-action
( #630 )
2022-11-28 19:06:52 +01:00
Sergey Dolin
41acaa2e85
fix version output from file ( #625 )
2022-11-17 14:43:40 +01:00
Dmitry Shibanov
2349c84f5c
Add support for nightly and rc versions ( #611 )
2022-11-17 14:35:58 +01:00
Dmitry Shibanov
6bc15ab23c
Update minimatch ( #608 )
2022-11-14 13:34:05 +01:00
Dmitry Shibanov
9b8fcdc725
change datadog to ubuntu docker image ( #620 )
2022-11-09 18:18:47 +01:00
Dmitry Shibanov
00e1b6691b
Pass the token input through on GHES ( #595 )
2022-11-02 12:24:44 +01:00
Dmitry Shibanov
16352bb09b
Get rid of warnings for set-output ( #607 )
2022-10-25 16:37:59 +02:00
Dmitry Shibanov
788c6ccbd0
remove node-version 12 from matrix ( #594 )
2022-10-17 12:23:04 +02:00
Francesco Renzi
8c91899e58
Update @actions/core to 1.10.0 ( #587 )
v3.5.1
2022-10-13 12:11:08 +02:00
Uladzimir Havenchyk
c81d8ad96d
Print node, npm and yarn versions after installation ( #368 )
2022-10-03 16:02:04 +02:00
Dmitry Shibanov
c96ab56c5b
Add information about always-auth input ( #585 )
2022-10-03 15:15:33 +02:00
Evgenii Korolevskii
969bd26639
Fix test volta priority ( #577 )
v3.5.0
2022-09-26 13:58:23 +02:00
Marko Zivic
9f3a02bbd1
Merge pull request #532 from jef/main
...
feat: add volta as node-version-file
2022-09-12 12:48:35 +02:00
Jef LeCompte
4cffe5c52b
chore: remove sponge usage
2022-09-08 13:19:32 -07:00
Jef LeCompte
0efefb3c0b
Merge remote-tracking branch 'upstream/main'
2022-09-08 13:13:20 -07:00
Jef LeCompte
1e6f2cd312
test: add volta e2e test
2022-09-08 13:12:30 -07:00
Dmitry Shibanov
30f0e7dc5a
Update @actions/core to 1.9.1 ( #574 )
2022-09-08 15:15:16 +02:00
Shude Li
c8f0d10585
upgrade @action/cache
to 3.0.4 to fix stuck issue ( #573 )
2022-09-08 14:53:41 +02:00
Milos Pantic
b4b18e5317
Update package json version ( #570 )
2022-09-05 13:22:56 +02:00
Marko Zivic
9efe00a002
Merge pull request #569 from e-korolevskii/main
...
docs(contributor's guide): Update link
2022-08-31 10:01:23 +02:00
Evgenii Korolevskii
35ba06beb7
docs(contributor's guide): Update link
2022-08-31 09:52:01 +02:00
Marko Zivic
9fc76ff685
Merge pull request #567 from al-cheb/al-cheb/update-doc-link
...
Update runner link
2022-08-30 10:16:19 +02:00
Aleksandr Chebotov
dc62cc63a8
Update runner link
2022-08-29 16:10:46 +02:00
Marko Zivic
d04c34e7d9
Merge pull request #564 from lkfortuna/patch-1
...
Update README.md
2022-08-29 10:09:15 +02:00
Larissa Fortuna
32f78d9bfa
Update README.md
...
Updating term "virtual environments" to "runner images" and updating links
2022-08-25 15:35:44 -07:00
Marko Zivic
e954e15431
Merge pull request #561 from akv-platform/v-sdolin/yarn2
...
Add caveat for Yarn 2+ and private repos
2022-08-22 09:03:30 +02:00
Sergey Dolin
792255d078
Fix wording
2022-08-22 08:20:41 +02:00
Sergey Dolin
089aa7ea91
Add caveat for Yarn 2+ and private repos
2022-08-19 12:21:26 +02:00
Marko Zivic
094c36e88e
Merge pull request #555 from e-korolevskii/update-contributors-guide
...
Update contributors guide
2022-08-10 16:44:31 +02:00
Evgenii Korolevskii
5bbf7221ae
Merge branch 'actions:main' into update-contributors-guide
2022-08-10 16:39:49 +02:00
Evgenii Korolevskii
dbb54d08f2
Update docs/contributors.md
...
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
2022-08-09 23:56:01 +02:00
Jef LeCompte
3a1b76e782
refactor: remove locally caught exceptions
2022-08-04 09:33:09 -07:00
Jef LeCompte
94f88d78c4
Merge remote-tracking branch 'upstream/main'
2022-08-04 09:28:48 -07:00
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
2022-08-04 09:57:19 +02:00
Jef LeCompte
d79e93a91d
docs: add package.json information
2022-08-03 16:37:58 -07:00
Evgenii Korolevskii
5d6bb1273a
rephased documents
2022-08-03 19:26:34 +02:00
Evgenii Korolevskii
0d3aa68dd3
format
2022-08-01 01:27:02 +02:00
Evgenii Korolevskii
18090dee77
updated docs
2022-08-01 01:24:36 +02:00
Jef LeCompte
bb59d50268
chore: run prettier
2022-07-27 14:35:09 -07:00
Jef LeCompte
5b579f1638
refactor: check volta first, then engine
2022-07-27 14:31:06 -07:00
Jef LeCompte
9f20343a3a
style: change test name
2022-07-27 14:27:21 -07:00
Jef LeCompte
dee2a9689c
chore: run build
2022-07-27 14:26:16 -07:00
Jef LeCompte
57cec77d94
refactor: volta check
2022-07-27 14:25:39 -07:00
Jef LeCompte
5a01179c35
Merge remote-tracking branch 'upstream/main'
2022-07-27 14:15:58 -07:00
mannie.exe
2a814b57e1
Respect package.json
's engines.node
field when used as a node-version-file
( #485 )
...
* Allow reading 'package.json' as node-version-file
* Run 'npm run build'
* Read package.json contents directly during tests
- this eliminates OS-specific line-ending issues
* Run project Prettier 💅
2022-07-21 13:17:21 -04:00
Dmitry Shibanov
2fddd8803e
fixing pnpm output issue ( #545 )
v3.4.1
2022-07-13 16:20:39 +02:00
Marko Zivic
ad8542ca5e
Merge pull request #540 from dmitry-shibanov/fix-error-node-version
...
Fix error node version output
2022-07-12 15:59:02 +02:00
Dmitry Shibanov
3d11add771
remove unused import
2022-07-12 14:44:36 +02:00
Dmitry Shibanov
072a2e3b10
add trim and silent true
2022-07-12 14:19:55 +02:00
Dmitry Shibanov
28ad38fe06
add try catch
2022-07-12 10:45:50 +02:00
Dmitry Shibanov
48de4c13f6
change to streams
2022-07-12 10:36:10 +02:00
Dmitry Shibanov
aab7cc882a
add silent
2022-07-12 10:30:30 +02:00
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
v3.4.0
2022-07-11 13:48:55 +02:00
Christian Clauss
09ba51f18e
README.md: Encourage testing on current Node.js ( #533 )
2022-07-07 14:53:32 +02:00
AJ Jordan
b3ca1ac971
Support npm-shrinkwrap.json out-of-the-box ( #439 )
2022-07-04 23:29:56 +02:00