diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 084e1edde..bcfd9dcda 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,9 +8,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: 22 - name: Install Dependencies run: npm install - name: Build