diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index cf2d7928c..dcb6939b6 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn - run: yarn install --immutable - name: Cache for Turbo diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index a4e95c567..ae9b08366 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn - run: yarn install --immutable - name: Cache for Turbo diff --git a/.github/workflows/lib-check.yml b/.github/workflows/lib-check.yml index 693f4ddaf..99ae2b543 100644 --- a/.github/workflows/lib-check.yml +++ b/.github/workflows/lib-check.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn - run: yarn install --immutable - name: Cache for Turbo @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn - run: yarn install --immutable - name: Cache for Turbo @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn - run: yarn install --immutable - name: Cache for Turbo @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn - run: yarn install --immutable - name: Cache for Turbo diff --git a/.github/workflows/other-runtime-unit-test.yml b/.github/workflows/other-runtime-unit-test.yml index f40603896..6257a2f28 100644 --- a/.github/workflows/other-runtime-unit-test.yml +++ b/.github/workflows/other-runtime-unit-test.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn - uses: denoland/setup-deno@v2 with: @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn - uses: oven-sh/setup-bun@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f4518542..c9d17051c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn registry-url: 'https://registry.npmjs.org' scope: '@discordeno' diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index e3dcb8ad5..0a5ab8df8 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn cache-dependency-path: | yarn.lock @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn cache-dependency-path: | yarn.lock diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 4fd41d319..4fb8f3335 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: yarn - run: yarn install --immutable - name: Cache for Turbo diff --git a/package.json b/package.json index 2c04ecd29..e181540a7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "typescript": "^6.0.3" }, "engines": { - "node": ">=20.19.0" + "node": ">=22.15.0" }, "lint-staged": { "*": "biome check --no-errors-on-unmatched --write"