From c701d8b01b38c439efe6ac6b09c12e9df77f6807 Mon Sep 17 00:00:00 2001 From: Nitzan Yizhar Date: Tue, 31 Dec 2024 10:23:20 +0200 Subject: [PATCH] Fixed node-version in node setup --- .github/workflows/deployDocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployDocs.yml b/.github/workflows/deployDocs.yml index c0259b1297..3725495e5c 100644 --- a/.github/workflows/deployDocs.yml +++ b/.github/workflows/deployDocs.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '.nvmrc' + node-version-file: '.nvmrc' cache: 'yarn' - name: Install dependencies