Skip to content

Commit f226e40

Browse files
authored
fix(Designer): Manually set playwright test env node version to 20 (#6024)
* Removed "assert" usage * Reverted assert change, changed playwright test node version
1 parent 230c776 commit f226e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: lts/*
15+
node-version: 20.x
1616
- uses: pnpm/action-setup@v3
1717
with:
1818
version: 9.1.3

0 commit comments

Comments
 (0)