File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,25 +108,25 @@ jobs:
108
108
strategy :
109
109
fail-fast : false
110
110
matrix :
111
- node-version : [16, 18, 20, 22]
111
+ node-version : [16, 18, 20, 22.4.1 ]
112
112
os : [macos-14, macos-12, ubuntu-latest, windows-latest]
113
113
docker : [false]
114
114
include :
115
115
- os : ubuntu-latest
116
116
docker : true
117
117
alpine : false
118
118
arch : arm64
119
- node-version : 22
119
+ node-version : 22.4.1
120
120
- os : ubuntu-latest
121
121
docker : true
122
122
alpine : true
123
123
arch : arm64
124
- node-version : 22
124
+ node-version : 22.4.1
125
125
- os : ubuntu-latest
126
126
docker : true
127
127
alpine : true
128
128
arch : amd64
129
- node-version : 22
129
+ node-version : 22.4.1
130
130
- os : ubuntu-latest
131
131
docker : true
132
132
alpine : false
@@ -222,4 +222,4 @@ jobs:
222
222
GITHUB_TOKEN : ${{ github.token }}
223
223
DRY_RUN : true
224
224
225
- - run : echo "New Release will be v${{ steps.publish.outputs.version }}"
225
+ - run : echo "New Release will be v${{ steps.publish.outputs.version }}"
You can’t perform that action at this time.
0 commit comments