From 063470b047f11b5ed1a0b57fd579fe0db30291df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Mon, 9 May 2022 13:32:25 -0500 Subject: [PATCH] Update CI (#39) --- .github/workflows/ci.yml | 24 +++++++++---------- ...update-copyright-years-in-license-file.yml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7e6483..2b6de16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,11 +15,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [14.x, 16.x, 18.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use NodeJS v${{ matrix.node-version }} - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install @@ -35,11 +35,11 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Use NodeJS v14 - uses: actions/setup-node@v2.2.0 + - uses: actions/checkout@v3 + - name: Use NodeJS v16 + uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x - name: Install run: npm ci - name: Lint @@ -54,11 +54,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 - - name: Use NodeJS v14 - uses: actions/setup-node@v2.2.0 + uses: actions/checkout@v3 + - name: Use NodeJS v16 + uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x - name: Install dependencies run: npm ci - name: Sanity check @@ -75,7 +75,7 @@ jobs: needs: npm runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get tag metadata id: tag run: | diff --git a/.github/workflows/update-copyright-years-in-license-file.yml b/.github/workflows/update-copyright-years-in-license-file.yml index 4bca580..de7f25a 100644 --- a/.github/workflows/update-copyright-years-in-license-file.yml +++ b/.github/workflows/update-copyright-years-in-license-file.yml @@ -9,7 +9,7 @@ jobs: action-update-license-year: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: FantasticFiasco/action-update-license-year@v2