From 9914e9b1ab65998e350fad9d019019647f41af16 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Thu, 29 Jul 2021 12:04:26 +0200 Subject: [PATCH] Update e2e.yml --- .github/workflows/e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 428cc1b59..e003a81a5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.3.0 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} @@ -20,7 +20,7 @@ jobs: run: npm i yarn --global - name: Cache Node Modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v2 with: path: .cache key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }} @@ -55,4 +55,4 @@ jobs: # uses: coverallsapp/github-action@master # with: # github-token: ${{ secrets.GITHUB_TOKEN }} - # parallel-finished: true \ No newline at end of file + # parallel-finished: true