Ver Fonte

ci: update setup-node to v3

Sv443 há 1 ano atrás
pai
commit
fe2e091483
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/lint.yml

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

@@ -21,7 +21,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Set up Node.js v${{ matrix.node-version }}
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v3
         with:
           node-version: ${{ matrix.node-version }}
       - name: Install dependencies # runs the npm ci command to install from package-lock.json