From fa7ee7126de67f59afeb60e364abd40b8be8b741 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Tue, 21 Mar 2023 23:24:41 -0400 Subject: [PATCH] ci: drop node@12, run on 14,16,18 --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 236d89a..7dddb3a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js 12.x uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 18 - run: yarn - run: yarn lint test: @@ -22,7 +22,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x] + node-version: [14, 16, 18] steps: - uses: actions/checkout@v3 @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x] + node-version: [14, 16, 18] steps: - uses: actions/checkout@v3