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 4ee41a0 commit a3a2220Copy full SHA for a3a2220
.github/workflows/smoke-tests.yml
@@ -7,13 +7,13 @@ on:
7
8
jobs:
9
smoke-tests:
10
- name: Test on ${{ matrix.runner }} with node@${{ matrix.node }}
+ name: "OS: ${{ matrix.runner }}, node@${{ matrix.node }}"
11
strategy:
12
matrix:
13
- runner: [ubuntu-latest, macos-latest, windows-latest]
+ runner: [ubuntu, macos, windows]
14
node: [20.x, 22.x, 23.x]
15
fail-fast: false
16
- runs-on: ${{ matrix.runner }}
+ runs-on: ${{ matrix.runner }}-latest
17
timeout-minutes: 15
18
env:
19
npm_config_loglevel: verbose
0 commit comments