File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 66 - main
77jobs :
88 build :
9- runs-on : ubuntu-22 .04
9+ runs-on : ubuntu-24 .04
1010 steps :
1111 - name : Check out code
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313
1414 - name : Set up Node 16
1515 uses : actions/setup-node@v3
@@ -23,17 +23,17 @@ jobs:
2323 - name : Build
2424 run : npm run build
2525 test :
26- runs-on : ubuntu-22 .04
26+ runs-on : ubuntu-24 .04
2727 steps :
2828 - name : Check out code
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030 with :
3131 fetch-depth : 0
3232
3333 - name : Set up Node 16
34- uses : actions/setup-node@v3
34+ uses : actions/setup-node@v4
3535 with :
36- node-version : ' 16 '
36+ node-version : ' 20 '
3737 cache : ' npm'
3838
3939 - name : NPM Install
Original file line number Diff line number Diff line change 55 - main
66jobs :
77 publish :
8- runs-on : ubuntu-22 .04
8+ runs-on : ubuntu-24 .04
99 steps :
1010 - name : Check out code
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212 - name : Setup Node
13- uses : actions/setup-node@v3
13+ uses : actions/setup-node@v4
1414 with :
15- node-version : 16
15+ node-version : 20
1616 cache : ' npm'
1717
1818 - name : NPM Install
2525 run : npm run semantic-release
2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28- NPM_USERNAME : ${{ secrets.NPM_USERNAME }}
29- NPM_PASSWORD : ${{ secrets.NPM_PASSWORD }}
30- NPM_EMAIL : ${{ secrets.NPM_EMAIL }}
28+ NPM_USERNAME : ${{ secrets.HAR_PUBLISH_USER }}
29+ NPM_PASSWORD : ${{ secrets.HAR_PUBLISH_TOKEN }}
30+ NPM_EMAIL : ${{ secrets.HAR_PUBLISH_USER }}
You can’t perform that action at this time.
0 commit comments