diff --git a/.github/workflows/wc-integration-test.yaml b/.github/workflows/wc-integration-test.yaml index 3d4139de4..55ba3be52 100644 --- a/.github/workflows/wc-integration-test.yaml +++ b/.github/workflows/wc-integration-test.yaml @@ -62,6 +62,27 @@ jobs: - run: aqua list -installed - run: aqua list -installed -a + - run: aqua output-shell + - run: aqua set-shell bash + - run: aqua set-shell zsh + - run: | + set -eux + cd v20.16.0 + aqua i + eval "$(aqua set-shell bash)" + node -v + npm -v + npm i -g renovate + renovate -v + + cd v22.6.0 + eval "$(aqua set-shell bash)" + node -v + npm -v + npm i -g renovate + renovate -v + working-directory: tests/nodejs + - run: aqua update-checksum working-directory: tests/main env: diff --git a/tests/nodejs/v20.16.0/aqua.yaml b/tests/nodejs/v20.16.0/aqua.yaml new file mode 100644 index 000000000..dc1562943 --- /dev/null +++ b/tests/nodejs/v20.16.0/aqua.yaml @@ -0,0 +1,13 @@ +--- +# aqua - Declarative CLI Version Manager +# https://aquaproj.github.io/ +# checksum: +# enabled: true +# require_checksum: true +# supported_envs: +# - all +registries: + - type: standard + ref: v4.215.0-1 # renovate: depName=aquaproj/aqua-registry +packages: + - name: nodejs/node@v20.16.0 diff --git a/tests/nodejs/v22.6.0/aqua.yaml b/tests/nodejs/v22.6.0/aqua.yaml new file mode 100644 index 000000000..8682c28e4 --- /dev/null +++ b/tests/nodejs/v22.6.0/aqua.yaml @@ -0,0 +1,13 @@ +--- +# aqua - Declarative CLI Version Manager +# https://aquaproj.github.io/ +# checksum: +# enabled: true +# require_checksum: true +# supported_envs: +# - all +registries: + - type: standard + ref: v4.215.0-1 # renovate: depName=aquaproj/aqua-registry +packages: + - name: nodejs/node@v22.6.0