We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdcbc3 commit 6baa4e0Copy full SHA for 6baa4e0
1 file changed
.github/workflows/nightly_runner_master.yml
@@ -8,13 +8,17 @@ jobs:
8
uses: ./.github/workflows/get-supported-node-versions.yml
9
10
run-tests:
11
- runs-on: ${{ matrix.os }}
12
- needs: node-versions
13
name: Run tests of master on ${{ matrix.os }} with Node ${{ matrix.nodejs_version }}
+ needs:
+ - node-versions
14
+ runs-on: ${{ matrix.os }}
15
+ permissions:
16
+ id-token: write
17
strategy:
18
matrix:
19
os: [ ubuntu-latest, windows-latest ]
20
nodejs_version: ${{ fromJSON(needs.node-versions.outputs.node-versions) }}
21
+ hz_version: [ "5.6.0" ]
22
fail-fast: false
23
steps:
24
- name: Checkout code
0 commit comments