Skip to content

Commit 3856c1f

Browse files
authored
Merge pull request #2 from CodelyTV/update-ci-matrix
Update ci matrix
2 parents ea14743 + a3feee3 commit 3856c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [12.x, 15.x]
11+
node-version: [14.x, 15.x]
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)