Browse Source

Bump actions/setup-node from 3.6.0 to 3.7.0 (#4023)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 years ago
parent
commit
f124fa632d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/frontend.yaml

+ 1 - 1
.github/workflows/frontend.yaml

@@ -24,7 +24,7 @@ jobs:
         with:
           version: 7.4.0
       - name: Install node
-        uses: actions/setup-node@v3.6.0
+        uses: actions/setup-node@v3.7.0
         with:
           node-version: "16.15.0"
           cache: "pnpm"