Skip to content

Commit

Permalink
Update github action to use node version from .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonulak committed Nov 29, 2024
1 parent b80edf5 commit 1e44569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: '.nvmrc'

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 1e44569

Please sign in to comment.