diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f44b861..84a2821 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 24.18.0 + node-version: 24.18.1 cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 24.18.0 + node-version: 24.18.1 cache: yarn - uses: webfactory/ssh-agent@v0.10.0 with: diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6f29bbd..146b671 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 24.18.0 + node-version: 24.18.1 cache: "yarn" - run: yarn install - name: Run prettier diff --git a/package.json b/package.json index 7d7b3ad..1d6afaa 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "engines": { - "node": ">=24.18.0" + "node": ">=24.18.1" }, "resolutions": { "got": "^15.1.0"