Skip to content

Commit 298d08d

Browse files
authored
Update node.js version in .nvmrc (#644)
1 parent 070c533 commit 298d08d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- uses: actions/setup-node@v3
3333
with:
34-
node-version: 18
34+
node-version-file: '.nvmrc'
3535

3636
- name: Install dependencies
3737
run: yarn

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.0
1+
18.18.0

0 commit comments

Comments
 (0)