Skip to content

Commit

Permalink
CI: test on node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 30, 2020
1 parent acbc736 commit 7ea59f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version_to_setup: [10, 12, 14]
node_version_to_setup: [10, 12, 14, 15]
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions integrationTests/node/package.json
Expand Up @@ -8,5 +8,6 @@
"node-10": "npm:node@10.x.x",
"node-12": "npm:node@12.x.x",
"node-14": "npm:node@14.x.x"
"node-15": "npm:node@15.x.x"
}
}

0 comments on commit 7ea59f1

Please sign in to comment.