From 905d8606ae285e4e3a0be92553f9a94c3375dee5 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 9 Dec 2023 18:59:20 +0300 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22eaf779..a5157095 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3 if: ${{ !env.ACT }} with: - node-version: 18 + node-version: '18.18.2' cache: 'npm' - name: install dependencies run: npm install