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 970bf34 commit 455cbd3Copy full SHA for 455cbd3
.github/workflows/node.js.yml
@@ -12,13 +12,14 @@ on:
12
jobs:
13
build:
14
15
- runs-on: [ubuntu-latest, windows-latest]
16
-
17
strategy:
18
matrix:
19
node-version: [12.x, 14.x, 16.x, 18.x]
+ os: [ubuntu-latest, windows-latest]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
+ runs-on: ${{ matrix.os }}
22
+
23
steps:
24
- uses: actions/checkout@v3
25
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments