File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0 # checkout full history so we can get the latest tag
20- - uses : actions/setup-node@v3
20+ - uses : actions/setup-node@v4
2121 with :
22- node-version : " 20.13.1 "
22+ node-version : " 20.18.0 "
2323
2424 # if i run the deployment of the github pages from the github web ui, without a release, then there is no github.event.release...
2525 - name : get latest tag
@@ -51,10 +51,10 @@ jobs:
5151 if : ${{ github.event_name == 'release' }}
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v3
55- - uses : actions/setup-node@v3
54+ - uses : actions/checkout@v4
55+ - uses : actions/setup-node@v4
5656 with :
57- node-version : " 18.17.1 "
57+ node-version : " 20. 18.0 "
5858 registry-url : " https://registry.npmjs.org"
5959
6060 - name : Get release version
You can’t perform that action at this time.
0 commit comments