Skip to content

Commit

Permalink
see if it will run on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Oct 15, 2024
1 parent 7c8ece5 commit 6ee0f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, lts/*]
node-version: [16.x, lts/*]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
},
"engines": {
"node": ">=18.0.0"
"node": ">=16.0.0"
},
"files": [
"dist"
Expand Down

0 comments on commit 6ee0f48

Please sign in to comment.