We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af4f9c commit dab326aCopy full SHA for dab326a
1 file changed
.github/workflows/test.yml
@@ -32,26 +32,14 @@ jobs:
32
os: [ubuntu-latest, macos-latest]
33
runs-on: ${{ matrix.os }}
34
steps:
35
- - name: Checkout
36
- uses: actions/checkout@v5
37
38
- - name: Install dependencies
39
- run: |
40
- if [[ "$RUNNER_OS" == "macOS" ]]; then
41
- brew install jq pnpm
42
- else
43
- sudo apt-get update && sudo apt-get install -y jq pnpm
44
- fi
45
-
46
- - name: Install asdf
47
- uses: asdf-vm/actions/setup@v4
48
49
- - name: Install asdf-angular-cli
50
- uses: asdf-vm/actions/plugins-add@v4
+ - uses: pnpm/action-setup@v4
51
with:
52
- tool_versions: angular-cli
53
+ version: 10
+
54
- name: Test asdf-angular-cli
55
uses: asdf-vm/actions/plugin-test@v4
56
+ gitref: master
+ version: 18.2.1
57
command: ng --version
0 commit comments