chore: set up node 16 in workflows#1077
Conversation
This reverts commit 8bf3da5.
Codecov Report
@@ Coverage Diff @@
## main #1077 +/- ##
=======================================
Coverage 85.08% 85.08%
=======================================
Files 822 822
Lines 16924 16924
Branches 2045 2045
=======================================
Hits 14399 14399
Misses 2494 2494
Partials 31 31 Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
| - name: Check out code | ||
| uses: actions/checkout@v2 | ||
|
|
||
| - name: Set up Node 16 |
There was a problem hiding this comment.
Looks fine to me. Or should we use a different build image @aaron-steinfeld?
There was a problem hiding this comment.
ubuntu 20.04 is pretty much their newest, I believe https://github.com/actions/virtual-environments#available-environments - and it uses Npm 6.14.14, Node 14.17.5
There was a problem hiding this comment.
(I'm assuming updating node in this way updates npm too)
There was a problem hiding this comment.
Yep. it should install npm
No description provided.