File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
with :
14
14
persist-credentials : false
15
15
16
16
- name : Setup node
17
- uses : actions/setup-node@v3
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : 16
20
20
registry-url : https://registry.npmjs.com/
21
21
22
22
- name : Setup pnpm
23
- uses : pnpm/action-setup@v2
23
+ uses : pnpm/action-setup@v4
24
24
with :
25
25
version : 8.4.0
26
26
Original file line number Diff line number Diff line change 9
9
publish :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
- - uses : actions/setup-node@v3
14
+ - uses : actions/setup-node@v4
15
15
with :
16
- node-version : 16
16
+ node-version : 20
17
17
registry-url : https://registry.npmjs.com/
18
18
19
19
- name : Setup pnpm
20
20
uses : pnpm/action-setup@v2
21
21
with :
22
- version : 8.4 .0
22
+ version : 9.3 .0
23
23
24
24
- name : Get version
25
25
run : echo "TAG_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments