diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-12-30 20:05:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 20:05:52 -0600 |
commit | 1dc1752adf4b3191fe3debf8a0dc8b4f78b37950 (patch) | |
tree | 9befc9b32e6ffc2d4e664e192a40ca3ded6eed3b /.github/workflows/test.yml | |
parent | 5a199b8842a6739b13ba2cfbb4561bae08546089 (diff) | |
download | skyblock-api-1dc1752adf4b3191fe3debf8a0dc8b4f78b37950.tar.gz skyblock-api-1dc1752adf4b3191fe3debf8a0dc8b4f78b37950.tar.bz2 skyblock-api-1dc1752adf4b3191fe3debf8a0dc8b4f78b37950.zip |
Update test.yml
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9514655..d1859e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node-version: '16.0.0' - run: npm install - name: Typescript compiler - uses: iCrawl/action-tsc@v1 + uses: stepek/tsc-action@master - name: Run tests run: npm test |