Skip to content

Commit 113e189

Browse files
author
Nevyana Angelova
committed
fix playwright node version
1 parent d6dd10e commit 113e189

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
env:
1111
TERM: xterm
1212
GO_VERSION: 1.21
13-
NODE_VERSION: 16.15.0
1413

1514
jobs:
1615
playwright-run:
@@ -131,7 +130,7 @@ jobs:
131130
- name: ci/setup-node
132131
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
133132
with:
134-
node-version: "16"
133+
node-version-file: ".nvmrc"
135134
cache: "npm"
136135
cache-dependency-path: e2e/playwright/package-lock.json
137136

0 commit comments

Comments
 (0)