We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d06776 commit 0385defCopy full SHA for 0385def
3 files changed
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- uses: ./.github/workflows/build.yml
+ uses: ./.github/workflows/playwright.yml
11
deploy_release:
12
name: Publish npm package
13
needs: [build]
.github/workflows/playwright.yml
@@ -4,6 +4,7 @@ on:
4
branches: [ main ]
5
pull_request:
6
+ workflow_call:
env:
DEBUG: pw:webserver
.nvmrc
@@ -1 +1 @@
1
-20.18.0
+22.15.0
0 commit comments