From 5fec9d37145c250b9bf042241548eda85beaef27 Mon Sep 17 00:00:00 2001 From: Gildas <1122076+djhi@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:18:16 +0100 Subject: [PATCH] Fix GH actions config --- .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 5cc4ad8..5e3a70a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js LTS uses: actions/setup-node@v1 with: - node-version: '18.x' + node-version: '22.x' - name: Install run: make install env: