X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=eabce8d0c58f564749ebe3642b27f80ddf8931c7;hb=4f4ae1cb3c33228a023ea599c2648268d15e6c0f;hp=bbae7131d3ef8da4a0553f36d4a8c88b6d39f25f;hpb=24c3fcb499d1594f698611fd10219de01993071e;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbae7131..eabce8d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: ['12.x', '14.x', '16.x'] steps: - name: Checkout