File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- name : ' build-test'
1+ name : " build-test"
22on : # rebuild any PRs and main branch changes
33 pull_request :
44 push :
55 branches :
66 - main
7- - ' releases/*'
7+ - " releases/*"
88
99jobs :
1010 build : # make sure build/ci work properly
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
14-
15- - uses : actions/setup-node@v3
13+ - uses : actions/checkout@v4
14+
15+ - uses : actions/setup-node@v4
1616 with :
17- node-version : " 16 "
17+ node-version : " 20 "
1818 cache : " yarn"
19-
19+
2020 - run : |
2121 yarn
2222 - run : |
23- yarn all
23+ yarn all
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ outputs:
2121 'success' if the deployment completed successfully and that the service is stable
2222 'skipped' if a new primary deployment was enqueue while the deployment was ongoing
2323runs :
24- using : node16
24+ using : node20
2525 main : dist/index.js
You can’t perform that action at this time.
0 commit comments