diff --git a/.github/workflows/ts-build.yml b/.github/workflows/ts-build.yml index d2469bb..cefb61b 100644 --- a/.github/workflows/ts-build.yml +++ b/.github/workflows/ts-build.yml @@ -18,7 +18,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: npm - name: Install dependencies run: npm install @@ -27,7 +26,7 @@ jobs: run: npm run build - name: Upload compiled JavaScript - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: compiled-js path: |