From b32b4cf3ede69e82233cb1c9e0b36b7c437e7690 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 11 Mar 2021 09:34:08 +0000 Subject: [PATCH] more --- .github/workflows/cypress.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7ff9d6263..ba481f2be 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -43,7 +43,14 @@ jobs: containers: [1] steps: - + - uses: actions/checkout@v2 + - name: Setup .NET + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 5.0.x + - uses: actions/setup-node@v2 + with: + node-version: '14' - uses: actions/cache@v2 with: path: |