Преглед на файлове

Merge pull request #1017 from peers/renovate/actions-setup-node-3.x

chore(deps): update actions/setup-node action to v3
Jonas Gloning преди 2 години
родител
ревизия
d1175f3463
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -14,7 +14,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Setup Node.js
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v3
         with:
           node-version: "lts/*"
       - name: Install dependencies