Skip to content

Commit

Permalink
fix: Add node16 support back (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen committed Apr 17, 2024
1 parent 9c30806 commit 97c759a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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: [18.x, 20.x, 21.x]
node-version: [16.x, 18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"type": "git",
"url": "https://github.com/tleunen/find-babel-config.git"
},
"engines": {
"node": ">=18.0.0"
},
"author": "Tommy Leunen <tommy.leunen@gmail.com> (http://tommyleunen.com)",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 97c759a

Please sign in to comment.