From 120e47d505ce7d16d3cf4b57d7e56ca498d65973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 26 Aug 2022 16:01:07 -0400 Subject: [PATCH] update CI node versions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eec529ca..faa494f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [14.x, 16.x, 18.x] webpack-version: [latest, '4'] include: - - node: 14.x + - node: 18.x os: ubuntu-latest coverage: true runs-on: ${{ matrix.os }} @@ -55,10 +55,10 @@ jobs: YARN_NODE_LINKER: node-modules steps: - uses: actions/checkout@v2 - - name: Use Node.js 14.x + - name: Use Node.js latest uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: '*' - name: Install dependencies run: yarn - name: Install webpack 4