diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index df99bf03..0c13f9c2 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-node@v4 with: registry-url: 'https://registry.npmjs.org' - node-version: 18.x + node-version: 20.x cache: 'yarn' - name: Install dependencies diff --git a/.github/workflows/coverage_check.yml b/.github/workflows/coverage_check.yml index b17316ca..69ea0b1e 100644 --- a/.github/workflows/coverage_check.yml +++ b/.github/workflows/coverage_check.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x cache: 'yarn' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ae154ef..b70ed1fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-node@v4 with: registry-url: 'https://registry.npmjs.org' - node-version: 18.x + node-version: 20.x cache: 'yarn' - name: Install dependencies