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 9be55f4 commit 7e7b0c4Copy full SHA for 7e7b0c4
.github/workflows/ci.yml
@@ -11,20 +11,20 @@ jobs:
11
- macos-latest
12
# TODO: re-enable windows
13
#- windows-latest
14
- node_version:
+ node:
15
- 14
16
- 16
17
- 18
18
exclude:
19
- os: macos-latest
20
node: 14
21
- name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
+ name: Node ${{ matrix.node }} on ${{ matrix.os }}
22
steps:
23
- uses: actions/checkout@v3
24
- name: Setup node
25
uses: actions/setup-node@v3
26
with:
27
- node-version: ${{ matrix.node_version }}
+ node-version: ${{ matrix.node }}
28
- name: Install dependencies
29
run: npm install
30
- name: Run tests
0 commit comments