We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece3f39 commit fd33104Copy full SHA for fd33104
.github/workflows/zenith.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- name: Setup Dagger Zenith
18
run: |
19
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.10.0 sh
+ curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.11.7 sh
20
sudo mv bin/dagger /usr/local/bin
21
dagger version
22
- name: Run Dagger Pipelines
fluentci.toml
@@ -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