diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8513262e..4f3e0b92e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v3 with: # choose node.js version to use - node-version: '18' + node-version: '22' - name: Install and Build 🔧 # run: |