We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f2f3c commit b7d6d29Copy full SHA for b7d6d29
.github/workflows/publish.yml
@@ -6,10 +6,10 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- chrome-tests:
+ tests-workflow:
10
uses: ./.github/workflows/tests.yml
11
publish:
12
- needs: [chrome-tests]
+ needs: [tests-workflow]
13
runs-on: ubuntu-latest
14
permissions:
15
contents: read
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: '16.x'
+ node-version: '21.x'
- name: Install dependencies
run: yarn
- name: Install Linux Webkit deps
0 commit comments