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