diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e673a0..60a190f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,18 +10,14 @@ jobs: ci: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - steps: - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} + - name: Setup Node.js 18.x uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} - + node-version: 18.x + - name: install deps run: | yarn install --frozen-lockfiles