From efe33109fa9849e26bedbf353f8e0749289d2512 Mon Sep 17 00:00:00 2001 From: AvroraPolnareff <46288303+AvroraPolnareff@users.noreply.github.com> Date: Thu, 28 Mar 2024 03:03:16 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aebb6fa..0fa01d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 @@ -31,7 +31,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: Use NPM 7 + - name: Use NPM run: npm i -g npm@latest - name: Cache dependencies