diff --git a/.github/workflows/build-docs-site.yml b/.github/workflows/build-docs-site.yml index 1819a86dce..e769ffba9f 100644 --- a/.github/workflows/build-docs-site.yml +++ b/.github/workflows/build-docs-site.yml @@ -16,7 +16,7 @@ jobs: - name: Set Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Corepack enable run: corepack enable diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63c8244841..508f013ff1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - name: Set Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Corepack enable run: corepack enable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36d4dacdd2..6cd8c43bcf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [22.x] steps: - uses: actions/checkout@v4 @@ -24,7 +24,7 @@ jobs: - name: Set Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Corepack enable run: corepack enable