Skip to content

Commit

Permalink
Revert "Version?"
Browse files Browse the repository at this point in the history
This reverts commit 20a9e23.
  • Loading branch information
Methuselah96 committed Jul 2, 2023
1 parent 20a9e23 commit b8ebc2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
with:
node-version: 'lts/*'
cache: 'yarn'
- run: yarn --version
- run: yarn install
- run: yarn run test-all
check-fomatting:
Expand All @@ -22,7 +21,6 @@ jobs:
with:
node-version: 'lts/*'
cache: 'yarn'
- run: yarn --version
- run: yarn install
- run: yarn run prettier:check
test-examples:
Expand All @@ -33,7 +31,6 @@ jobs:
with:
node-version: 'lts/*'
cache: 'yarn'
- run: yarn --version
- run: yarn install
- run: git apply changes.patch
- run: npm run type-check

0 comments on commit b8ebc2f

Please sign in to comment.