diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index dc9e40e..b21ae57 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -22,10 +22,10 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v4 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - name: 🔨 Build Project run: |