From 422d748acdacbb3a4dcdc63dcddcd83baee75d14 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 2 Jan 2024 13:14:51 +0300 Subject: CI: update actions/setup-node and bump Node version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff51816c..ed4dd895 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,10 +73,10 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v4 - - name: Setup Node.JS 18 - uses: actions/setup-node@v3 + - name: Setup Node.JS 20 + uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - run: npm ci - run: npm run vnext:test - run: npm run vnext:lint -- cgit v1.2.3