aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-01-02 20:53:48 +0300
committerGravatar Vitaly Takmazov2024-01-02 20:53:48 +0300
commit136c1382673846dc1ae073cf45a0e7f4379df8ab (patch)
treee6b3ea681b4d35777da1fd6ff48e2d78c80fb3b1 /.github
parentdae9ae925ea4cdc765a9e005acbe259472c3b165 (diff)
ci: update npm on current job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
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)