Skip to content

Commit

Permalink
Update node.js version in .nvmrc (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonulak authored Nov 30, 2024
1 parent 070c533 commit 298d08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.0
18.18.0

0 comments on commit 298d08d

Please sign in to comment.