Browse Source

Bump actions/setup-node from 3.7.0 to 3.8.1 (#4141)

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

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

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