From 64b10220ef3d9792834c0a918e08f4578037fc4a Mon Sep 17 00:00:00 2001 From: Myrotvorets Date: Mon, 16 May 2022 11:19:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.2.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0749b1d..710a928 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Setup Node.js environment - uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1 + uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0 with: node-version: '16' cache: npm