Skip to content

Commit fd33104

Browse files
committed
add fluentci.toml
1 parent ece3f39 commit fd33104

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/zenith.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: Setup Dagger Zenith
1818
run: |
19-
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.10.0 sh
19+
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.11.7 sh
2020
sudo mv bin/dagger /usr/local/bin
2121
dagger version
2222
- name: Run Dagger Pipelines

fluentci.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[package]
2+
authors = [
3+
"Tsiry Sandratraina <[email protected]>",
4+
]
5+
description = "CI/CD Plugin for Node.js"
6+
license = "MIT"
7+
name = "nodejs"
8+
version = "0.8.0"

0 commit comments

Comments
 (0)