From ee09d716015ad140908e72a46ad2aefdea8eac6c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 15:17:57 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ts.yml b/.github/workflows/ts.yml index b6bc9d04..07a4ae1a 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@v3 with: node-version: '12.x' - name: Install dependencies