diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4224a8f..8b15a3a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 20.x + - name: Use Node.js 22.x uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: 22.x - name: Build run: |