Skip to content

Commit b7d6d29

Browse files
committed
edit publish workflow
1 parent 86f2f3c commit b7d6d29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
chrome-tests:
9+
tests-workflow:
1010
uses: ./.github/workflows/tests.yml
1111
publish:
12-
needs: [chrome-tests]
12+
needs: [tests-workflow]
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: read

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: '16.x'
12+
node-version: '21.x'
1313
- name: Install dependencies
1414
run: yarn
1515
- name: Install Linux Webkit deps

0 commit comments

Comments
 (0)