Skip to content

Commit

Permalink
chore(ci): Build and test in node 16 instead of node 10 (#670)
Browse files Browse the repository at this point in the history
Node 10.x has been end-of-life since April 30, 2021, and node 16.x will
be an active LTS release on October 26, 2021.  Build and test in node 16
instead of node 10 for CI flows.
  • Loading branch information
sjbarag committed Sep 22, 2021
1 parent 2889cab commit b06b19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
runs-on: "ubuntu-latest",
strategy: {
matrix: {
node_version: [ 10, 12, 14 ]
node_version: [ 12, 14, 16 ]
}
},
steps: [
Expand Down

0 comments on commit b06b19b

Please sign in to comment.