diff --git a/.github/workflows/ts.yml b/.github/workflows/ts.yml index b6bc9d04..3185053c 100644 --- a/.github/workflows/ts.yml +++ b/.github/workflows/ts.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v6 with: node-version: '12.x' - name: Install dependencies