Skip to content

Commit

Permalink
Bump package and drop support for v16
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadhalnur committed Aug 15, 2024
1 parent 4e0435f commit 5e87fb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['18', '20', '21']
node_version: ['18', '20', '22']
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "node-base64-image",
"version": "2.0.6",
"version": "2.0.7",
"description": "Download images from remote URLs and encode/decode them to base64",
"main": "dist/index.js",
"types": "index.d.ts",
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"test": "jest --coverage",
Expand Down

0 comments on commit 5e87fb5

Please sign in to comment.