Skip to content

Commit

Permalink
ci: update matrix to use Node 14 instead of Node 13 (#880)
Browse files Browse the repository at this point in the history
- Node 13.x was EoL at the beginning of June per
  https://github.com/nodejs/Release
  - similarly we just recently updated @types/node to v14
  • Loading branch information
agilgur5 authored Sep 21, 2020
1 parent a95d2d8 commit dac1fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

strategy:
matrix:
node: ['10.x', '12.x', '13.x']
node: ['10.x', '12.x', '14.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

name: Test on node ${{ matrix.node }} and ${{ matrix.os }}
Expand Down

1 comment on commit dac1fd7

@vercel
Copy link

@vercel vercel bot commented on dac1fd7 Sep 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.