From 6303a16b1d78b8dfa8410e3e257d423be12c016e Mon Sep 17 00:00:00 2001 From: Foysal Ahamed Date: Fri, 5 Apr 2024 21:27:36 +0200 Subject: [PATCH] :white_check_mark: Add artifacts --- .github/workflows/artifacts.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index ba369169..3b60d006 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -6,6 +6,10 @@ jobs: name: Artifacts steps: - uses: actions/checkout@v3 + - name: Set up Node.js + uses: actions/setup-node@v1 + with: + node-version: 20 - uses: cypress-io/github-action@v5 # after the test run completes