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 cf72679 commit 28d99d0Copy full SHA for 28d99d0
.github/workflows/nodejs.yml
@@ -55,7 +55,7 @@ jobs:
55
strategy:
56
matrix:
57
os: [ubuntu-latest, windows-latest, macos-latest]
58
- node-version: [12.x, 14.x]
+ node-version: [12.x, 14.x, 16.x]
59
webpack-version: [4, latest]
60
61
runs-on: ${{ matrix.os }}
babel.config.js
@@ -10,7 +10,7 @@ module.exports = (api) => {
10
"@babel/preset-env",
11
{
12
targets: {
13
- node: "10.13.0",
+ node: "12.13.0",
14
},
15
16
],
0 commit comments