diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e564f9..81ad7a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: npm i -g pnpm@$PNPM_VER - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'pnpm' cache-dependency-path: '**/pnpm-lock.yaml' - name: install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25dd209..d092355 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # pseudo-matrix for convenience, NEVER use more than a single combination - node: [14] + node: [18] os: [ubuntu-latest] steps: - name: checkout