File tree 3 files changed +7
-23
lines changed
3 files changed +7
-23
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,14 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout Code
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
15
15
- name : Automated Version Bump
16
- uses : phips28/gh-action-bump-version@v7 .1.0
16
+ uses : phips28/gh-action-bump-version@v9 .1.0
17
17
env :
18
18
GITHUB_USER : ${{ secrets.CI_NAME }}
19
19
GITHUB_EMAIL : ${{ secrets.CI_EMAIL }}
20
-
21
- - name : Set up Node.js
22
- uses : actions/setup-node@v1
23
- with :
24
- node-version : 12
25
- registry-url : https://registry.npmjs.org/
20
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
21
27
22
- name : Publish NPM
28
23
run : |
31
26
npm publish
32
27
env :
33
28
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
34
-
35
- - name : Set up Node.js
36
- uses : actions/setup-node@v1
37
- with :
38
- registry-url : https://npm.pkg.github.com/
39
-
40
- - name : Publish GPR
41
- run : |
42
- npm publish
43
- env :
44
- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout Code
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
15
15
- name : Install
16
16
run : npm install
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- name : Checkout code
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v3
13
13
14
14
- name : Set up Node.js
15
- uses : actions/setup-node@v1
15
+ uses : actions/setup-node@v3
16
16
with :
17
- node-version : 12
17
+ node-version : 16
18
18
19
19
- name : Lint
20
20
run : |
You can’t perform that action at this time.
0 commit comments