We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075aae9 commit 663e895Copy full SHA for 663e895
.github/workflows/build-test-windows.yml
@@ -62,9 +62,6 @@ jobs:
62
63
- name: Test for npm
64
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
65
-
66
- #- name: Test for yarn
67
- # run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} yarn --version
68
69
build-windows-2022:
70
name: build-windows-2022
@@ -113,7 +110,4 @@ jobs:
113
110
}
114
111
115
112
116
- run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
117
118
119
+ run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
0 commit comments