diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c8760e0c..af95feb1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,12 +13,12 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: latest + version: 8 - name: Setup NodeJS uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'pnpm' - name: Install Dependencies diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9bdbcf78..09f7e280 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,12 +19,12 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: latest + version: 8 - name: Setup NodeJS uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'pnpm' - name: Install Dependencies