Skip to content

Commit

Permalink
Bump to recent supported Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Oct 12, 2022
1 parent 956f6df commit d5bc807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 15]
node-version: [14, 16, 18]
steps:
- name: "Check out Git repository"
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: npm install
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juicy-chat-bot",
"version": "0.6.5",
"version": "0.6.6",
"description": "A light-weight and totally \"secure\" library to easily deploy simple chat bots",
"keywords": [
"npm",
Expand Down

0 comments on commit d5bc807

Please sign in to comment.