We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a12ae commit d26ed4dCopy full SHA for d26ed4d
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macOS-latest, windows-latest]
16
- node_version: [12]
+ node_version: [14]
17
runs-on: ${{ matrix.os }}
18
steps:
19
- name: Install Node.js ${{ matrix.node }}
.nvmrc
@@ -1 +1 @@
1
-12
+14
0 commit comments