Skip to content

Commit

Permalink
bump node to 16+ (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomap authored Jan 21, 2025
1 parent 8b4ba3f commit 4c87d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["14.x", "16.x", "18.x"]
node-version: ["16.x", "18.x"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ["14.x"]
node-version: ["16.x"]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"nyc": "^15.1.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=16"
}
}

0 comments on commit 4c87d75

Please sign in to comment.