From f1304d8d04d243808b91c5f32f269642adcdf5f9 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Tue, 26 Jan 2021 10:15:49 +0100 Subject: [PATCH] test: Run CI on first and last of each stable version. --- .github/workflows/ci.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17eb29b41..b9709708d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: '14.x' - run: npm ci --ignore-scripts - run: npm run lint @@ -26,8 +26,10 @@ jobs: strategy: matrix: node-version: - - 12.x - - 14.x + - '12.17' + - '12.x' + - '14.0' + - '14.x' env: TEST_DOCKER: true services: @@ -70,8 +72,8 @@ jobs: strategy: matrix: node-version: - - 12.x - - 14.x + - '12.x' + - '14.x' steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 @@ -108,7 +110,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: '14.x' - run: npm ci --ignore-scripts - run: npm run docs - name: Save docs