diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c80565..ef0af7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v5 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b0caa38..7150afc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile