diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 063bec40c..0785eabbe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: node + node-version: 22 cache: yarn - name: Install dependencies