diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index cc2a00e..fa027d1 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -11,6 +11,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + - uses: actions/setup-node@v4 + with: + node-version: 24 - uses: https://github.com/pnpm/action-setup@v1 with: version: 11 diff --git a/.forgejo/workflows/pr.yml b/.forgejo/workflows/pr.yml index 4ba0c81..ffc444b 100644 --- a/.forgejo/workflows/pr.yml +++ b/.forgejo/workflows/pr.yml @@ -19,6 +19,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + - uses: actions/setup-node@v4 + with: + node-version: 24 - uses: https://github.com/pnpm/action-setup@v1 with: version: 11