From 73dfe133a0341f7d40811bf21678eeba5ed868e9 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 12 Oct 2022 10:10:19 +0300 Subject: Update CI configuration --- .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 0834bbf5..7c9166d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,16 +11,16 @@ jobs: name: OpenJDK steps: - uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up JDK 19 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 17 + java-version: 19 cache: 'maven' - - name: Setup Node.JS + - name: Setup Node.JS 18 uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'npm' - run: npm install - name: Run tests -- cgit v1.2.3