From c23921b8add77e4c06d09dc09bebba516807b01a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 08:44:10 +0000 Subject: [PATCH] Bump actions/setup-node from 3.2.0 to 3.3.0 (#65) --- .github/workflows/pr-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-main.yml b/.github/workflows/pr-main.yml index 1a41319..300855d 100644 --- a/.github/workflows/pr-main.yml +++ b/.github/workflows/pr-main.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Check if generated code is correct - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v3.3.0 with: node-version: "16" - run: mv dist/index.js dist/index.js.new