Skip to content

Commit

Permalink
fix: drop node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
manishrc committed May 6, 2024
1 parent 40d0f92 commit 53c6f6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
node: ["14.x", "16.x"]
node: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
node: [14.x, 16.x]
node: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "promostandards-sdk-js",
"version": "0.1.9",
"engines": {
"node": ">=14.x"
"node": ">=16.x"
},
"description": "PromoStandards JavaScript SDK",
"homepage": "https://github.com/manishrc/promostandards-sdk-js/",
Expand Down Expand Up @@ -50,4 +50,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 53c6f6a

Please sign in to comment.