Skip to content

Commit

Permalink
chore: Update node (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen authored Jan 9, 2023
1 parent 997b9f6 commit 5919596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"presets": [
["@babel/preset-env", {
"targets": {
"node": 8
"node": 16
},
"loose": true
}]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 13.x]
node-version: [16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/tleunen/find-babel-config.git"
},
"engines": {
"node": ">=8.0.0"
"node": ">=16.0.0"
},
"author": "Tommy Leunen <tommy.leunen@gmail.com> (http://tommyleunen.com)",
"license": "MIT",
Expand Down

0 comments on commit 5919596

Please sign in to comment.