From fd2960d7e28105e3f8099b60dd690f106070eb08 Mon Sep 17 00:00:00 2001 From: Akash Kava <39438041+ackava@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:10:54 +0530 Subject: [PATCH] cache removed --- .github/workflows/nodejs.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 039457a..fd94c2e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,13 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Use Node.js 18.x - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - name: Use Node.js 20.x + uses: actions/setup-node@v4 with: - node-version: 18.x - cache: 'npm' - cache-dependency-path: package.json + node-version: 20.x - run: npm ci # this will create fresh install in puppeteer-chromium - run: npm install puppeteer