Skip to content

Commit

Permalink
Merge d2d2bde into 010407b
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Sep 27, 2020
2 parents 010407b + d2d2bde commit 47c893a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [
[
"@babel/preset-env", { "targets": { "node": "10" } }
"@babel/preset-env", { "targets": { "node": "12" } }
]
],
"env": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
node: [12, 14]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 47c893a

Please sign in to comment.