Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aa98eac

Browse files
ci: fix release condition (testing-library#215)
1 parent e6d2e84 commit aa98eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
node: [12, 14, 16]
14+
node-version: [12, 14]
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: use Node.js ${{ matrix.node-version }}
19+
- name: use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
2020
uses: actions/setup-node@v2
2121
with:
2222
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /