File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Publish
3
3
on :
4
4
push :
5
5
tags :
6
- - ' * '
6
+ - " * "
7
7
8
8
jobs :
9
9
npm :
10
10
name : Release on NPM
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v1
14
- - uses : actions/setup-node@v1
13
+ - uses : actions/checkout@v4
14
+ - uses : actions/setup-node@v4
15
15
with :
16
- node-version : 16
16
+ node-version : 22
17
17
registry-url : https://registry.npmjs.org/
18
18
- run : yarn install
19
19
- run : npm publish --access public
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v4
29
29
- name : Release
30
- uses : softprops/action-gh-release@v1
30
+ uses : softprops/action-gh-release@v2
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 64
64
"webpack-livereload-plugin" : " ^3.0.2"
65
65
},
66
66
"packageManager" :
" [email protected] +sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
67
- }
67
+ }
You can’t perform that action at this time.
0 commit comments