Skip to content

Commit 4b1b920

Browse files
dmaccormackjsonurl
authored andcommitted
chore: Add node 14.x to build matrix
1 parent fc0bf0f commit 4b1b920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
matrix:
5757
os: [macos-latest, ubuntu-latest, windows-latest]
58-
node-version: [10.x, 12.x, 13.x]
58+
node-version: [10.x, 12.x, 13.x, 14.x]
5959
steps:
6060
- uses: actions/checkout@v2
6161
- name: Set up Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)