From ff627de3352507cd1482121c76c76b435483dacb Mon Sep 17 00:00:00 2001 From: Morgan Senechal Date: Mon, 25 Nov 2024 18:12:02 +0000 Subject: [PATCH] fix: node version --- .github/workflows/dev-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-deployment.yml b/.github/workflows/dev-deployment.yml index 83bc1d49..6ed21ded 100644 --- a/.github/workflows/dev-deployment.yml +++ b/.github/workflows/dev-deployment.yml @@ -1,4 +1,4 @@ -name: Test/Deploy Master +name: Test/Deploy dev on: push: @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}