Skip to content

Commit

Permalink
feat: refactoring of e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-luzmo committed Aug 23, 2024
1 parent 3f7f395 commit b37bbe0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
working-directory: ./e2e
steps:
- uses: actions/checkout@v4
- name: Read .nvmrc
id: nvmrc
run: echo "NODE_VERSION=$(cat .nvmrc)" >> "$GITHUB_OUTPUT"
- uses: actions/setup-node@v4
with:
node-version: ${{ NODE_VERSION }}
node-version-file: .nvmrc
- name: Cache node modules
uses: actions/cache@v2
with:
Expand Down

0 comments on commit b37bbe0

Please sign in to comment.