X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Flint.yml;h=5773a679da2471706cab73841be0a95387b1d681;hb=4d4955c64d26dc6e016e5ead13a117e796a1a647;hp=3d7a77e6945905f7fdf530dc1bfff6c761a06f75;hpb=40c12bcc4f2be2aa31392185fbc65933a7f8e4a5;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d7a77e6..5773a679 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: npm install