Skip to content

Commit

Permalink
Update Node.js and module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Nov 22, 2024
1 parent 27ec33d commit 4867f23
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
steps:
- name: "Check out Git repository"
uses: actions/checkout@v2
- name: "Use Node.js 16"
- name: "Use Node.js 20"
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
cache: npm
- name: "Install application"
run: npm install --ignore-scripts
Expand All @@ -34,10 +34,10 @@ jobs:
steps:
- name: "Check out Git repository"
uses: actions/checkout@v2
- name: "Use Node.js 16"
- name: "Use Node.js 20"
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
cache: npm
- name: "Cache Node.js modules"
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coupon-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- name: "Check out Git repository"
uses: actions/checkout@v2
- name: "Use Node.js 16"
- name: "Use Node.js 20"
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- name: "Install latest published module from NPM"
run: npm i -g juicy-coupon-bot
- name: "Activate publishing mode"
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@v2
with:
node-version: 16
node-version: 20
cache: npm
- run: npm install
- uses: JS-DevTools/npm-publish@v1
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,6 +1,6 @@
{
"name": "juicy-coupon-bot",
"version": "1.3.3",
"version": "2.0.0",
"description": "Coupon code generator and distribution bot for OWASP Juice Shop",
"homepage": "http://owasp-juice.shop",
"bugs": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"standard": "^14.3.4"
},
"engines": {
"node": "12-18"
"node": "18 - 22"
},
"preferGlobal": true,
"standard": {
Expand Down

0 comments on commit 4867f23

Please sign in to comment.