From 621efb5b5899972301439275bc18ad51674bb892 Mon Sep 17 00:00:00 2001 From: solarlime Date: Sat, 31 Aug 2024 02:18:05 +0300 Subject: [PATCH] Updated GitHub workflows --- .github/workflows/main.yml | 6 +++--- .github/workflows/night-builds.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acedf13..b1655fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,10 +25,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: npm ci diff --git a/.github/workflows/night-builds.yml b/.github/workflows/night-builds.yml index de44aa3..c1058aa 100644 --- a/.github/workflows/night-builds.yml +++ b/.github/workflows/night-builds.yml @@ -23,10 +23,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: npm ci