Skip to content

Commit

Permalink
Merge pull request #45 from screwdriver-cd/feat-upgrade-nodejs
Browse files Browse the repository at this point in the history
feat(3282): upgrade Node.js v22 and dependencies. BREAKING CHANGE: Node22
  • Loading branch information
minghay authored Feb 21, 2025
2 parents 5f2b409 + bdb7888 commit 058965f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-executor-docker",
"version": "7.0.0",
"version": "8.0.0",
"description": "Docker Swarm Executor for Screwdriver",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.28.0",
"eslint-config-screwdriver": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-screwdriver": "^8.0.0",
"mocha": "^10.1.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
Expand All @@ -43,10 +43,10 @@
"sinon": "^15.0.0"
},
"dependencies": {
"@hapi/hoek": "^10.0.1",
"@hapi/hoek": "^11.0.7",
"circuit-fuses": "^5.0.0",
"docker-parse-image": "^3.0.1",
"dockerode": "^3.3.4",
"screwdriver-executor-base": "^10.0.0"
"dockerode": "^4.0.0",
"screwdriver-executor-base": "^11.0.0"
}
}
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shared:
image: node:18
image: node:22

jobs:
main:
Expand Down

0 comments on commit 058965f

Please sign in to comment.