From 44fe5c264b391ae74a65bdf8ad5a49876419c6de Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 2 Dec 2024 01:26:33 +0300 Subject: CI: upgrade to Node 22 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e948dbdf4..03642c6ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,10 +49,10 @@ jobs: with: distribution: "temurin" java-version: 17 - - name: Setup Node.JS 18 + - name: Setup Node.JS 22 uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "22" - run: npm ci - name: Run tests (H2) run: ./mvnw -Pdefault clean package @@ -73,10 +73,10 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v4 - - name: Setup Node.JS 18 + - name: Setup Node.JS 22 uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "22" - run: npm ci - run: npm run test - run: npm run vnext:lint -- cgit v1.2.3