Skip to content

Commit 600ce2e

Browse files
authored
Merge pull request #251 from netlify/chore/update-node-14
Test CI on Node 14
2 parents d2a12ae + d26ed4d commit 600ce2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
16-
node_version: [12]
16+
node_version: [14]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Install Node.js ${{ matrix.node }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
14

0 commit comments

Comments
 (0)