diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 98de563..dc9bf79 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,13 +19,13 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - uses: pnpm/action-setup@v2 name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 run_install: false - name: Get pnpm Store Directory @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [14, 16, 18] + node: [14, 16, 18, 20] env: CI: true steps: @@ -71,7 +71,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 run_install: false - name: Get pnpm Store Directory