File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,16 +81,14 @@ jobs:
8181 - /__w/diffgram/diffgram/myminio/.minio/data:/root/.minio
8282 options : --health-cmd "curl -s http://localhost:9000/minio/health/live"
8383 steps :
84- - uses : actions/setup-node@v3
84+ - uses : actions/setup-node@v4
8585 with :
8686 node-version : 18
87- env :
88- NODE_OPTIONS : --openssl-legacy-provider
8987 - run : echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
9088 - run : echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
9189 - run : echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
9290 - name : Check out repository code
93- uses : actions/checkout@v3
91+ uses : actions/checkout@v4
9492 - run : cp -rf . /__w/diffgram
9593 - run : cd /__w/diffgram
9694 - run : echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
You can’t perform that action at this time.
0 commit comments