diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3a78e0c5..7270ee82 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,10 +29,10 @@ jobs: version: 9 run_install: false - - name: Install Node v16 + - name: Install Node v18 uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a13eaf52..05ae0e32 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,10 +30,10 @@ jobs: version: 9 run_install: false - - name: Install Node v16 + - name: Install Node v18 uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bfe1d6a..32ce6cdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,10 +84,10 @@ jobs: version: 9 run_install: false - - name: Install Node v16 + - name: Install Node v18 uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afe62673..c36e8d40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,10 +30,10 @@ jobs: version: 9 run_install: false - - name: Install Node v16 + - name: Install Node v18 uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'pnpm' - name: Install dependencies