mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 18:09:55 +00:00
Compare commits
25 commits
6d789993b6
...
bb811ccf98
Author | SHA1 | Date | |
---|---|---|---|
bb811ccf98 | |||
cb4ab7eb33 | |||
26f437e095 | |||
c8007d8926 | |||
65c19a91d4 | |||
3267bfebb3 | |||
ca6f80e650 | |||
f4b5948847 | |||
6780729a18 | |||
9dfa0f4329 | |||
6403017471 | |||
aef834d8bc | |||
c8b05abe99 | |||
c44d750e6f | |||
b51df5d41b | |||
d72644926c | |||
0e483a63dd | |||
085e9ce75c | |||
9e1210850f | |||
8e25d74dc3 | |||
f6aadba037 | |||
bad5f3ad62 | |||
714c30554f | |||
ba9bc8bd26 | |||
a1e3fd897a |
4 changed files with 4 additions and 11 deletions
|
@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgraded GitHub Actions node version to v20
|
||||
|
||||
## [1.5.2] - 2024-02-07
|
||||
|
||||
### Added
|
||||
|
||||
- CI workflow steps for better compatibility with <https://github.com/nektos/act>
|
||||
|
@ -91,8 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- GitHub Actions workflow to test Nextflow installation and downstream usage
|
||||
- Documentation and license files
|
||||
|
||||
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.5.2...HEAD
|
||||
[1.5.2]: https://github.com/nf-core/setup-nextflow/compare/v1.5.1...v1.5.2
|
||||
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.5.1...HEAD
|
||||
[1.5.1]: https://github.com/nf-core/setup-nextflow/compare/v1.5.0...v1.5.1
|
||||
[1.5.0]: https://github.com/nf-core/setup-nextflow/compare/v1.4.0...v1.5.0
|
||||
[1.4.0]: https://github.com/nf-core/setup-nextflow/compare/v1.3.0...v1.4.0
|
||||
|
|
|
@ -11,7 +11,7 @@ inputs:
|
|||
required: false
|
||||
default: false
|
||||
runs:
|
||||
using: "node20"
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
branding:
|
||||
icon: "shuffle"
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "install-nextflow-action",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "install-nextflow-action",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.1",
|
||||
"description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.",
|
||||
"main": "lib/src/main.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue