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 81cb906 commit 3f7f395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "NODE_VERSION=$(cat .nvmrc)" >> "$GITHUB_OUTPUT"
- uses: actions/setup-node@v4
with:
node-version: $NODE_VERSION
node-version: ${{ NODE_VERSION }}
- name: Cache node modules
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 3f7f395

Please sign in to comment.