Skip to content

Commit 35f321c

Browse files
authored
Merge pull request #28 from npm/update-ci-yml-node-lts-version
update node LTS version in ci.yml
2 parents 8518e3c + 6614741 commit 35f321c

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
node-version: [10.x, 12.x, 13.x]
26+
node-version: [10.x, 12.x, 14.x]
2727
os: [ubuntu-latest, windows-latest, macOS-latest]
2828

2929
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)