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 6
6
- main
7
7
jobs :
8
8
build :
9
- runs-on : ubuntu-22 .04
9
+ runs-on : ubuntu-24 .04
10
10
steps :
11
11
- name : Check out code
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
14
- name : Set up Node 16
15
15
uses : actions/setup-node@v3
@@ -23,17 +23,17 @@ jobs:
23
23
- name : Build
24
24
run : npm run build
25
25
test :
26
- runs-on : ubuntu-22 .04
26
+ runs-on : ubuntu-24 .04
27
27
steps :
28
28
- name : Check out code
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
32
33
33
- name : Set up Node 16
34
- uses : actions/setup-node@v3
34
+ uses : actions/setup-node@v4
35
35
with :
36
- node-version : ' 16 '
36
+ node-version : ' 20 '
37
37
cache : ' npm'
38
38
39
39
- name : NPM Install
Original file line number Diff line number Diff line change 5
5
- main
6
6
jobs :
7
7
publish :
8
- runs-on : ubuntu-22 .04
8
+ runs-on : ubuntu-24 .04
9
9
steps :
10
10
- name : Check out code
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
- name : Setup Node
13
- uses : actions/setup-node@v3
13
+ uses : actions/setup-node@v4
14
14
with :
15
- node-version : 16
15
+ node-version : 20
16
16
cache : ' npm'
17
17
18
18
- name : NPM Install
25
25
run : npm run semantic-release
26
26
env :
27
27
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