diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5c186ce..ca9698f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,10 +34,10 @@ jobs: with: useConfigFile: true - - name: Set up Node.js 20 + - name: Set up Node.js 22 uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Install dependencies run: npm install