Skip to content

Commit

Permalink
feat: upgrade nodejs and dependencies. (#39)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node22
  • Loading branch information
y-oksaku authored Feb 21, 2025
1 parent 7ab0f4f commit 9250bbf
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-router",
"version": "4.0.0",
"version": "5.0.0",
"description": "A generic plugin for routing builds to specified executors",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,8 +32,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 @@ -42,9 +42,9 @@
"sinon": "^15.0.0"
},
"dependencies": {
"screwdriver-data-schema": "^24.0.0",
"screwdriver-executor-base": "^10.0.0",
"screwdriver-logger": "^2.0.0"
"screwdriver-data-schema": "^25.0.0",
"screwdriver-executor-base": "^11.0.0",
"screwdriver-logger": "^3.0.0"
},
"release": {
"debug": false
Expand Down
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 9250bbf

Please sign in to comment.