From ced544139119109a3282efaf86a110fe82c242be Mon Sep 17 00:00:00 2001 From: Bader Latarche <122647283+baderlt@users.noreply.github.com> Date: Wed, 1 May 2024 11:07:00 +0100 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 02d9cfe..36df373 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - name: Install dependencies uses: bahmutov/npm-install@v1