From c718985232eb39cfc35ea785ff3f51f9dd2d3848 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Fri, 1 Sep 2023 17:04:35 -0700 Subject: [PATCH] chore: npm compat --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e865358..2f38d22f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'npm' - name: npm install @@ -33,7 +33,7 @@ jobs: timeout-minutes: 20 env: - COVERAGE_NODE_VERSION: 16 + COVERAGE_NODE_VERSION: 18 COVERAGE_OS: 'ubuntu-latest' runs-on: ${{ matrix.os }} @@ -52,9 +52,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - - name: npm update - run: npm i npm@latest -g - - name: npm ci run: npm ci