diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a5b31ba..8379fdf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,8 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 - with: - node-version: '16' #- run: yarn test - run: yarn - run: yarn build