From 1107e499ccc3753b242c03ed12bf8ef9a468bd67 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Apr 2022 15:04:47 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed48a2e..ca542bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@master - name: Setup node env - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.1.1 with: node-version: 16 cache: 'npm'