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:
108108 strategy :
109109 fail-fast : false
110110 matrix :
111- node-version : [16, 18, 20, 22]
111+ node-version : [16, 18, 20, 22.4.1 ]
112112 os : [macos-14, macos-12, ubuntu-latest, windows-latest]
113113 docker : [false]
114114 include :
115115 - os : ubuntu-latest
116116 docker : true
117117 alpine : false
118118 arch : arm64
119- node-version : 22
119+ node-version : 22.4.1
120120 - os : ubuntu-latest
121121 docker : true
122122 alpine : true
123123 arch : arm64
124- node-version : 22
124+ node-version : 22.4.1
125125 - os : ubuntu-latest
126126 docker : true
127127 alpine : true
128128 arch : amd64
129- node-version : 22
129+ node-version : 22.4.1
130130 - os : ubuntu-latest
131131 docker : true
132132 alpine : false
@@ -222,4 +222,4 @@ jobs:
222222 GITHUB_TOKEN : ${{ github.token }}
223223 DRY_RUN : true
224224
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