Commit Graph

  • f452812b44
    Unmock fs.existsSync after tests Jacob Gillespie 2021-07-15 12:40:08 +0100
  • f43d8a1f27 Update 0001-support-caching-deps-for-monorepos.md Maxim Lobanov 2021-07-15 13:23:09 +0300
  • e93556ca66
    Mock fs.existsSync in tests Jacob Gillespie 2021-07-14 20:11:07 +0100
  • 0453e516eb
    Regenerate compiled files Jacob Gillespie 2021-07-14 15:25:55 +0100
  • 399982b368
    Move existence check to cache-save Jacob Gillespie 2021-07-14 15:25:45 +0100
  • d278e78bdd
    Add logic to check that cache folder exists Jacob Gillespie 2021-07-14 13:06:33 +0100
  • fdbc93ea6e
    Add disclaimer to pnpm action example, pin action Jacob Gillespie 2021-07-14 13:03:28 +0100
  • f24e78e0f6
    Update __tests__/cache-save.test.ts Jacob Gillespie 2021-07-14 13:01:18 +0100
  • 3c1fbef7d3 Update 0001-support-caching-deps-for-monorepos.md Maxim Lobanov 2021-07-13 20:35:24 +0300
  • 5aa72c249a
    Apply suggestions from code review Maxim Lobanov 2021-07-13 19:36:58 +0300
  • d9aab2aba4 dra Maxim Lobanov 2021-07-13 16:28:09 +0300
  • 162ddf7c40
    Add pnpm caching support Jacob Gillespie 2021-06-30 16:44:51 +0100
  • 38d90ce44d
    Merge pull request #277 from actions/malob/update-readme v2.2.0 Maxim Lobanov 2021-06-30 15:20:50 +0300
  • e1e1d4c853
    Update README.md Maxim Lobanov 2021-06-30 15:12:34 +0300
  • 40f85c8c97 update readme Maxim Lobanov 2021-06-30 15:07:45 +0300
  • e215578cb0
    Merge pull request #272 from akv-platform/add-caching-for-node-dependencies Maxim Lobanov 2021-06-30 14:07:42 +0300
  • 9af89732f0
    Merge pull request #274 from actions/v-mazhuk/automate-releasing-new-versions Maxim Lobanov 2021-06-30 14:05:58 +0300
  • cfe70f9fe8 update dependencies Dmitry Shibanov 2021-06-30 13:08:07 +0300
  • b259ba49fe rebuild project Dmitry Shibanov 2021-06-30 11:41:00 +0300
  • 55e10498cf Merge branch 'main' into add-caching-for-node-dependencies Dmitry Shibanov 2021-06-30 11:39:23 +0300
  • bcb4cecf9b
    Merge pull request #270 from gordey4doronin/gordey/support-lts-syntax Maxim Lobanov 2021-06-30 11:32:30 +0300
  • 72922790cb fix for documentation Dmitry Shibanov 2021-06-30 10:39:46 +0300
  • 48042628a6 Stricter check and cleaner messaging Gordey Doronin 2021-06-30 09:34:42 +0200
  • 8624ddbdce Extract common setup logic to hook Gordey Doronin 2021-06-30 09:27:49 +0200
  • 282049a5b1
    regenerate license (#7) Maxim Lobanov 2021-06-29 13:34:35 +0300
  • 87a21fa69e
    Automate releasing new action versions MaksimZhukov 2021-06-29 12:33:36 +0300
  • e79375d669
    Merge pull request #266 from actions/malob/cache-adr Maxim Lobanov 2021-06-29 09:50:06 +0300
  • 57b9c8c424 Don't run verify check on lts syntax Gordey Doronin 2021-06-25 12:13:33 +0200
  • 4bef829942 Add e2e test for lts-syntax Gordey Doronin 2021-06-25 11:56:15 +0200
  • 9b447f0b81 Fix paths for windows tests Gordey Doronin 2021-06-25 11:48:41 +0200
  • d36a3314a5 work on resolving comments Dmitry Shibanov 2021-06-25 12:06:49 +0300
  • c2dfe2df98 Reuse manifest code Gordey Doronin 2021-06-22 17:52:06 +0200
  • f2b87bb2c2 Squashed commit of the following: Dmitry Shibanov 2021-06-22 18:32:22 +0300
  • d9ce83b637 Formatter Gordey Doronin 2021-06-22 16:11:44 +0200
  • 56c3db9dda Cleanup redundant leftover Gordey Doronin 2021-06-22 15:51:57 +0200
  • 92722aec8c Logic remastered to not force check-latest Gordey Doronin 2021-06-22 15:45:25 +0200
  • c62861c1e7 Rename Gordey Doronin 2021-06-22 13:10:16 +0200
  • 36d2ce149e Switch warning to info logging Gordey Doronin 2021-06-21 14:33:27 +0200
  • bcdcde00c0 Stage dist files Gordey Doronin 2021-06-21 11:40:55 +0200
  • 0ec4841e4b Function renaming Gordey Doronin 2021-06-21 11:39:00 +0200
  • e761a7024e Interface extraction Gordey Doronin 2021-06-21 11:37:50 +0200
  • c8c6442c74 Add brief comment about supported formats Gordey Doronin 2021-06-21 11:37:06 +0200
  • fa68745dc0 Test coverage for uknown and malformed aliases Gordey Doronin 2021-06-17 18:53:38 +0200
  • c8889b24a3 Support lts/* alias Gordey Doronin 2021-06-17 18:34:09 +0200
  • 88d5bfde31 Support LTS aliases Gordey Doronin 2021-06-17 17:51:02 +0200
  • 1088324e41 remove workaround Dmitry Shibanov 2021-06-17 17:47:24 +0300
  • 05f3e9f4fa remove eol in gitattributes Dmitry Shibanov 2021-06-17 17:20:16 +0300
  • 3d0d4edb10
    Add node's caching implementation (#2) Dmitry Shibanov 2021-06-16 09:52:44 +0300
  • 5929471019 Update 0000-caching-dependencies.md Maxim Lobanov 2021-06-02 15:52:17 +0300
  • 1bf30534fd
    Update docs/adrs/0000-caching-dependencies.md Maxim Lobanov 2021-05-26 17:29:27 +0300
  • ae26aaf1b5 Update 0000-caching-dependencies.md Maxim Lobanov 2021-05-26 17:27:14 +0300
  • 5fddb2d510 Update 0000-caching-dependencies.md Maxim Lobanov 2021-05-24 17:35:10 +0300
  • 8c35c6c880 Update 0000-caching-dependencies.md Maxim Lobanov 2021-05-21 18:28:06 +0300
  • 24265e14d4 Create 0000-caching-dependencies.md Maxim Lobanov 2021-05-21 18:16:14 +0300
  • 5c355be170
    use 14 instead of 12 in README beacuse peoply copy (#235) Robert Stoll 2021-02-24 05:21:23 +0100
  • 46071b5c7a
    Fix TypeScript error line/column (#125) v2.1.5 Guangcong Luo 2021-02-17 07:52:41 -0800
  • 05f0551dbd
    chore: operating-system -> os (#184) Nick Schonning 2021-01-20 14:15:22 -0500
  • 23bdee16bc
    Clarifications to the README (#167) (#229) Bryan MacFarlane 2021-01-20 11:48:26 -0500
  • 4257181919
    Bump acorn from 5.7.3 to 5.7.4 (#122) dependabot[bot] 2021-01-20 11:28:06 -0500
  • 7f4d5225d8
    Bump lodash from 4.17.15 to 4.17.19 (#174) dependabot[bot] 2021-01-20 11:26:01 -0500
  • 68fafecfa4
    refactor: use core.info instead of console.log (#185) Rohan Chougule 2021-01-20 20:58:35 +0530
  • c46424eee2
    Merge pull request #219 from actions/v-malob/update-readme-v2 v2.1.4 Maxim Lobanov 2020-12-16 12:47:21 +0300
  • 1d846de8c0 Merge branch 'main' into v-malob/update-readme-v2 Maxim Lobanov 2020-12-16 12:31:13 +0300
  • d06286dee6
    Merge pull request #205 from zodman/main Maxim Lobanov 2020-12-16 12:30:11 +0300
  • d8c1b596a6 Merge branch 'main' of github.com:actions/setup-node into main Andres Vargas 2020-12-15 11:52:46 -0600
  • 2bfa943ffb
    Update build-test.yml Maxim Lobanov 2020-12-15 13:38:55 +0300
  • 6c8a6e529a
    Update README.md Maxim Lobanov 2020-12-15 13:36:18 +0300
  • 27082cecf3
    Merge pull request #194 from aminya/arch v2.1.3 v2-beta Maxim Lobanov 2020-12-10 10:21:45 +0300
  • 05e7d6cc23 Add e2e arch test Amin Yahyaabadi 2020-12-09 13:28:47 -0600
  • d6fea3c137 update message to be more general Amin Yahyaabadi 2020-12-09 11:27:02 -0600
  • 4667755142
    Merge pull request #216 from actions/joshmgross/add-codeowners Josh Gross 2020-12-09 11:22:59 -0500
  • 2bbfc7698a Add Architecture only example Amin Yahyaabadi 2020-12-08 16:47:34 -0600
  • 5984462aaa Rename node-arch to architecture Amin Yahyaabadi 2020-12-08 16:15:38 -0600
  • aabe026707 Merge remote-tracking branch 'upstream/main' into arch Amin Yahyaabadi 2020-12-08 16:15:00 -0600
  • b7cfa22539
    Add CODEOWNERS Josh Gross 2020-12-07 16:08:14 -0500
  • 70b9252472
    [Readme] Using `check-latest` requires `v2-beta` (#207) nulltoken 2020-11-19 23:01:35 +0100
  • 7d147e85af unstage changes Andres Vargas 2020-10-27 18:17:58 -0600
  • 66dfac5328 update comment Andres Vargas 2020-10-21 19:02:40 -0500
  • 312bbeecfd update changes Andres Vargas 2020-10-21 18:38:23 -0500
  • 26a6dcb73b update the index file Andres Vargas 2020-10-21 18:34:14 -0500
  • f4215cc0e0 fix format Andres Vargas 2020-10-21 18:31:20 -0500
  • 14e150d2b1 update changes Andres Vargas 2020-10-21 18:22:21 -0500
  • 5da2d61209 remove space Andres Vargas 2020-10-21 18:21:28 -0500
  • a600caf7cc remove debug Andres Vargas 2020-10-21 18:20:47 -0500
  • 8dde5bc004 adding test for NODE_AUTH_TOKEN overwritten Andres Vargas 2020-10-21 18:14:34 -0500
  • c6fd00ceb9
    Swap to env files (#200) v2.1.2 Thomas Boop 2020-10-01 12:03:22 -0400
  • 56899e050a
    Swap to Environment files on V1 release (#201) v1.4.4 Thomas Boop 2020-10-01 12:03:13 -0400
  • 2f532cef8f
    Merge branch 'main' into arch Amin Yahyaabadi 2020-09-15 21:30:00 -0500
  • c211e95e60
    Add `Licensed` To Help Verify Prod Licenses (#180) Thomas Boop 2020-09-10 09:23:54 -0400
  • 99d584aa06 docs: enhance the readme example to include multiple os, version, and archs Amin Yahyaabadi 2020-09-06 11:32:03 -0500
  • 2a5c060ce2 fix: add warning for when arch is supplied but version is missing Amin Yahyaabadi 2020-09-06 11:09:41 -0500
  • 2801f51f90 chore: build Amin Yahyaabadi 2020-09-05 06:59:22 -0500
  • 0a161fe2f9 fix: use arch instead of osArch in INodeVersionInfo Amin Yahyaabadi 2020-09-05 06:57:59 -0500
  • 63fffe4411 chore: add line-ending to gitattribute Amin Yahyaabadi 2020-09-03 13:50:50 -0500
  • a83bf51129 test: test using main.run and spying Amin Yahyaabadi 2020-09-03 10:15:28 -0500
  • 922f2f9468 test: revert using nock and fixtures Amin Yahyaabadi 2020-09-03 12:33:11 -0500
  • 7a3669aa8a test: add arch tests Amin Yahyaabadi 2020-09-03 08:47:25 -0500
  • 66f3e9f7ce feat: add arch to queryDistForMatch Amin Yahyaabadi 2020-09-03 08:49:37 -0500
  • 82271389a6 feat: add arch to cacheDir Amin Yahyaabadi 2020-09-03 07:58:24 -0500
  • 2e40994c28 feat: add arch to getInfoFromDist Amin Yahyaabadi 2020-09-03 07:54:48 -0500