Publish betas with beta tag (#204)
[poolifier.git] / .github / workflows / ci.yml
index d7ab024d2e637450244501dd431988a4097e9cce..d10434394915dccf4b1e7ea65e7e5cb2271c734c 100644 (file)
@@ -26,7 +26,7 @@ jobs:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis. This is needed for better sonar
 
       - name: Set node version to ${{ matrix.node-version }}
-        uses: actions/setup-node@v1
+        uses: actions/setup-node@v2
         with:
           node-version: ${{ matrix.node-version }}