Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Feb 19, 2025
1 parent c267f9b commit efea84f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
${{ github.workspace }}/packages/core/*.tgz
job_type_check:
name: Type Check Typescript 5.0
name: Type Check Typescript 3.8
runs-on: ubuntu-latest
needs: [job_build, diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
Expand All @@ -138,11 +138,11 @@ jobs:
with:
name: dist
path: packages/core/dist
- name: Download ts5.0
- name: Download ts3.8
uses: actions/download-artifact@v4
with:
name: ts5.0
path: packages/core/ts5.0
name: ts3.8
path: packages/core/ts3.8
- name: Install Global Dependencies
run: npm i -g add yalc
- name: Type Check
Expand Down

0 comments on commit efea84f

Please sign in to comment.