Skip to content

Commit 5c8eeb4

Browse files
ci: fully remove version matrix
1 parent 743fce4 commit 5c8eeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Use Node.js ${{ matrix.node-version }}
11+
- name: Use Node.js 14
1212
uses: actions/setup-node@v2
1313
with:
1414
node-version: 14.x

0 commit comments

Comments
 (0)