Skip to content

Commit d26ed4d

Browse files
committed
Test CI on Node 14
1 parent d2a12ae commit d26ed4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
14

0 commit comments

Comments
 (0)