Skip to content

Commit

Permalink
build: test on node 15 (verdaccio#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado authored Oct 20, 2020
1 parent e7dae2a commit 190dd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [10, 12, 13, 14]
node_version: [10, 12, 13, 14, 15]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 190dd49

Please sign in to comment.