From 928dbb53b8ba962ca9dd6cbf43ee3d289b8d5b87 Mon Sep 17 00:00:00 2001 From: Eddie Jaoude Date: Sat, 14 Sep 2024 14:03:39 +0100 Subject: [PATCH] fix: same node version in gh action --- .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 cfe9194..6457d93 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.4 + node-version: ${{ matrix.node-version }} - name: install dependencies run: npm ci - name: run migrations