From bda93f14a87eb7abdec290342964758bdf75d582 Mon Sep 17 00:00:00 2001 From: b3hr4d Date: Fri, 23 Feb 2024 13:03:24 +0300 Subject: [PATCH] Update build and test workflow --- .github/workflows/deploy-test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 355a12cfe6..016742663f 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -1,4 +1,4 @@ -name: Test and Deploy Docs to GitHub Pages +name: Build and Test on: push: @@ -8,15 +8,12 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest - permissions: - contents: write steps: - uses: actions/checkout@v2 - - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: "14" # Update the Node.js version as needed + node-version: "20" cache: "yarn" - name: Install Yarn