6868 git checkout ${{ needs.checkTitelTag.outputs.VERSION_TAG }}
6969 - uses : actions/setup-node@v4
7070 with :
71- node-version : 20.15.1
71+ node-version : 22
7272 - run : rm -f .npmrc
7373 - uses : ./.github/actions/check-tag-on-npm
7474 with :
@@ -88,13 +88,13 @@ jobs:
8888 git checkout ${{ needs.checkTitelTag.outputs.VERSION_TAG }}
8989 - uses : actions/setup-node@v4
9090 with :
91- node-version : 20.15.1
91+ node-version : 22
9292 - name : build
9393 run : |
9494 npm ci
9595 npm run build
9696 - name : Archive dist artifacts
97- uses : actions/upload-artifact@v3
97+ uses : actions/upload-artifact@v4
9898 with :
9999 name : " dist"
100100 path : dist
@@ -129,7 +129,7 @@ jobs:
129129 git fetch --all --tags
130130 git checkout ${{ needs.checkTitelTag.outputs.VERSION_TAG }}
131131 - name : Release
132- uses : softprops/action-gh-release@v1
132+ uses : softprops/action-gh-release@v2
133133 with :
134134 tag_name : ${{ needs.checkTitelTag.outputs.VERSION_TAG }}
135135
@@ -140,13 +140,13 @@ jobs:
140140 steps :
141141 - uses : actions/checkout@v4
142142 - name : Download dist result from job build
143- uses : actions/download-artifact@v3
143+ uses : actions/download-artifact@v4
144144 with :
145145 name : " dist"
146146 path : dist
147147 - uses : actions/setup-node@v4
148148 with :
149- node-version : 20.15.1
149+ node-version : 22
150150 registry-url : https://npm.pkg.github.com/
151151 scope : " @dlr-eoc"
152152 - run : npm ci
@@ -171,13 +171,13 @@ jobs:
171171 steps :
172172 - uses : actions/checkout@v4
173173 - name : Download dist result from job build
174- uses : actions/download-artifact@v3
174+ uses : actions/download-artifact@v4
175175 with :
176176 name : " dist"
177177 path : dist
178178 - uses : actions/setup-node@v4
179179 with :
180- node-version : 20.15.1
180+ node-version : 22
181181 registry-url : https://registry.npmjs.org/
182182 scope : " @dlr-eoc"
183183 - run : npm ci
0 commit comments