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