diff --git a/.github/workflows/master_deploy.yml b/.github/workflows/master_deploy.yml index 895ea57..033c4b9 100644 --- a/.github/workflows/master_deploy.yml +++ b/.github/workflows/master_deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '24.x' cache: 'npm' - name: Install dependencies