File tree Expand file tree Collapse file tree 4 files changed +12
-18
lines changed Expand file tree Collapse file tree 4 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -91,20 +91,17 @@ jobs:
91
91
os : windows-latest
92
92
shell : cmd
93
93
node-version :
94
- - 18.17.0
95
- - 18.x
96
- - 20.5.0
94
+ - 20.17.0
97
95
- 20.x
96
+ - 22.9.0
98
97
- 22.x
99
98
exclude :
100
99
- platform : { name: macOS, os: macos-13, shell: bash }
101
- node-version : 18.17.0
102
- - platform : { name: macOS, os: macos-13, shell: bash }
103
- node-version : 18.x
104
- - platform : { name: macOS, os: macos-13, shell: bash }
105
- node-version : 20.5.0
100
+ node-version : 20.17.0
106
101
- platform : { name: macOS, os: macos-13, shell: bash }
107
102
node-version : 20.x
103
+ - platform : { name: macOS, os: macos-13, shell: bash }
104
+ node-version : 22.9.0
108
105
- platform : { name: macOS, os: macos-13, shell: bash }
109
106
node-version : 22.x
110
107
runs-on : ${{ matrix.platform.os }}
Original file line number Diff line number Diff line change @@ -67,20 +67,17 @@ jobs:
67
67
os : windows-latest
68
68
shell : cmd
69
69
node-version :
70
- - 18.17.0
71
- - 18.x
72
- - 20.5.0
70
+ - 20.17.0
73
71
- 20.x
72
+ - 22.9.0
74
73
- 22.x
75
74
exclude :
76
75
- platform : { name: macOS, os: macos-13, shell: bash }
77
- node-version : 18.17.0
78
- - platform : { name: macOS, os: macos-13, shell: bash }
79
- node-version : 18.x
80
- - platform : { name: macOS, os: macos-13, shell: bash }
81
- node-version : 20.5.0
76
+ node-version : 20.17.0
82
77
- platform : { name: macOS, os: macos-13, shell: bash }
83
78
node-version : 20.x
79
+ - platform : { name: macOS, os: macos-13, shell: bash }
80
+ node-version : 22.9.0
84
81
- platform : { name: macOS, os: macos-13, shell: bash }
85
82
node-version : 22.x
86
83
runs-on : ${{ matrix.platform.os }}
Original file line number Diff line number Diff line change 54
54
else
55
55
# strip leading slash from directory so it works as a
56
56
# a path to the workspace flag
57
- echo "workspace=-w ${dependabot_dir#/}" >> $GITHUB_OUTPUT
57
+ echo "workspace=--workspace ${dependabot_dir#/}" >> $GITHUB_OUTPUT
58
58
fi
59
59
60
60
- name : Apply Changes
Original file line number Diff line number Diff line change 48
48
]
49
49
},
50
50
"engines" : {
51
- "node" : " ^18 .17.0 || >=20.5 .0"
51
+ "node" : " ^20 .17.0 || >=22.9 .0"
52
52
},
53
53
"templateOSS" : {
54
54
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
You can’t perform that action at this time.
0 commit comments