diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index a35725c..f869f58 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -10,9 +10,9 @@ runs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: pnpm - name: Install dependencies run: pnpm install - shell: bash \ No newline at end of file + shell: bash