From 136c1382673846dc1ae073cf45a0e7f4379df8ab Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 2 Jan 2024 20:53:48 +0300 Subject: ci: update npm on current job --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab43fa5b..d9fc31ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,11 +48,11 @@ jobs: with: distribution: "temurin" java-version: 17 - - name: Setup Node.JS 18 - uses: actions/setup-node@v3 + - name: Setup Node.JS 20 + uses: actions/setup-node@v4 with: - node-version: "18" - - run: npm install + node-version: "20" + - run: npm ci - name: Run tests (H2) run: ./mvnw -Pdefault clean package - name: Run tests (PostgreSQL) -- cgit v1.2.3