From: Alessandro Pio Ardizio Date: Fri, 24 Apr 2020 20:47:36 +0000 (+0200) Subject: Upgrade to node v14 X-Git-Tag: 1.1.0~11 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=078326146d707e3b7a2891b198410941e01b06bb;hp=655291eecbcb2f9aba32f9045d658d4dbb110e4b;p=poolifier.git Upgrade to node v14 --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bbe2d690..7469978e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [12.x, 13.x] + node-version: [12.x, 14.x] steps: - uses: actions/checkout@v1