From e0bce4064f6d28169efe3022c4bd9d039aefaea8 Mon Sep 17 00:00:00 2001 From: Simon <110519093+Simon-Drohsen@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:30:01 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4ebef9..c851bcd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,10 +17,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '18' - - - name: use NVM 16 - run: nvm use 16 + node-version: '16' - name: Install dependencies run: yarn install