diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b79fa42e..734e57e7 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v16 - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3 with: node-version: 16 cache: yarn @@ -35,7 +35,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v16 - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3 with: node-version: 16 cache: yarn