diff options
-rw-r--r-- | .github/workflows/release.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb0b7ab31..96b9a85be 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml | |||
@@ -42,6 +42,7 @@ jobs: | |||
42 | override: true | 42 | override: true |
43 | 43 | ||
44 | - name: Install Nodejs | 44 | - name: Install Nodejs |
45 | if: matrix.os == 'ubuntu-latest' | ||
45 | uses: actions/setup-node@v1 | 46 | uses: actions/setup-node@v1 |
46 | with: | 47 | with: |
47 | node-version: 12.x | 48 | node-version: 12.x |