Skip to content

Commit 750a192

Browse files
authored
feat(build): check node 13 and 14 for github actions
Increases node version up to 14 LTS
1 parent f9f203a commit 750a192

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
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node_version: [8, 10, 11, 12]
9+
node_version: [8, 10, 11, 12, 13, 14]
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)