Commit graph

7 commits

Author SHA1 Message Date
Dmitry Shibanov
7c12f8017d
Update actions/core dependencies for releases/v2 (#713)
Some checks are pending
versions / manifest (12.16.0, ubuntu-latest) (push) Waiting to run
versions / manifest (12.16.0, windows-latest) (push) Waiting to run
versions / manifest (14.2.0, macos-latest) (push) Waiting to run
versions / manifest (14.2.0, ubuntu-latest) (push) Waiting to run
versions / manifest (14.2.0, windows-latest) (push) Waiting to run
versions / manifest (16.3.0, macos-latest) (push) Waiting to run
versions / manifest (16.3.0, ubuntu-latest) (push) Waiting to run
versions / manifest (16.3.0, windows-latest) (push) Waiting to run
versions / check-latest (10, macos-latest) (push) Waiting to run
versions / check-latest (10, ubuntu-latest) (push) Waiting to run
versions / check-latest (10, windows-latest) (push) Waiting to run
versions / check-latest (12, macos-latest) (push) Waiting to run
versions / check-latest (12, ubuntu-latest) (push) Waiting to run
versions / check-latest (12, windows-latest) (push) Waiting to run
versions / check-latest (14, macos-latest) (push) Waiting to run
versions / check-latest (14, ubuntu-latest) (push) Waiting to run
versions / check-latest (14, windows-latest) (push) Waiting to run
versions / version-file (macos-latest) (push) Waiting to run
versions / version-file (ubuntu-latest) (push) Waiting to run
versions / version-file (windows-latest) (push) Waiting to run
versions / node-dist (11, macos-latest) (push) Waiting to run
versions / node-dist (11, ubuntu-latest) (push) Waiting to run
versions / node-dist (11, windows-latest) (push) Waiting to run
versions / node-dist (13, macos-latest) (push) Waiting to run
versions / node-dist (13, ubuntu-latest) (push) Waiting to run
versions / node-dist (13, windows-latest) (push) Waiting to run
versions / old-versions (macos-latest) (push) Waiting to run
versions / old-versions (ubuntu-latest) (push) Waiting to run
versions / old-versions (windows-latest) (push) Waiting to run
versions / arch (push) Waiting to run
2023-03-27 13:36:04 +02:00
AlyonaSviridenko
db716f881a Add yarn env variable 2021-08-03 18:53:52 +03:00
Maxim Lobanov
4bc87b8e10
Bump e2e tests to 6.10.0 2021-07-15 14:51:41 +03:00
Jacob Gillespie
162ddf7c40
Add pnpm caching support 2021-06-30 20:17:23 +01:00
Maxim Lobanov
40f85c8c97 update readme 2021-06-30 15:07:45 +03:00
Dmitry Shibanov
d36a3314a5 work on resolving comments 2021-06-25 12:06:49 +03:00
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
2021-06-16 09:52:44 +03:00