From 85bec9e8ec17a30c8a52a6571d39714c5087ca5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Feb 2022 01:49:54 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e65dc1cc..dcaf45ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 name: Use Node.js ${{ matrix.node-version }} - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm ci