From 7dc249c2d50ff09e52d5d0113b3541881e73d386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 10 Oct 2021 10:35:30 +0200 Subject: [PATCH] chore: update test workflow - Stop testing on EoL Node.js 10 - Test on Node.js 16 - Update actions/setup-node --- .github/workflows/test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64a9969..3fe543f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,6 @@ name: Tests + on: [push, pull_request] -env: - CI: true jobs: run: @@ -11,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node: [10, 12, 14] + node: [12, 14, 16] # windows support not quite ready: os: [ubuntu-latest, windows-latest] os: [ubuntu-latest] @@ -22,7 +21,7 @@ jobs: - run: git fetch --prune --unshallow - name: Set Node.js version - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} @@ -39,7 +38,6 @@ jobs: echo '{"user": "nodejs", "token": "'${{ secrets.GITHUB_TOKEN }}'"}' > ~/.config/changelog-maker/config.json if: startsWith(matrix.os, 'ubuntu') - - name: Set up ghauth config (Windows) run: | mkdir "%LOCALAPPDATA%\changelog-maker\"