Commit 49918ce 1 parent e7dace0 commit 49918ce Copy full SHA for 49918ce
File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
- uses : pnpm/action-setup@v4
14
14
- uses : actions/setup-node@v4
15
15
with :
16
- node-version : 18
16
+ node-version : 22
17
17
cache : ' pnpm'
18
18
19
19
- run : pnpm install --frozen-lockfile
26
26
- uses : pnpm/action-setup@v4
27
27
- uses : actions/setup-node@v4
28
28
with :
29
- node-version : 18
29
+ node-version : 22
30
30
cache : ' pnpm'
31
31
32
32
- run : pnpm install --frozen-lockfile
39
39
- uses : pnpm/action-setup@v4
40
40
- uses : actions/setup-node@v4
41
41
with :
42
- node-version : 18
42
+ node-version : 22
43
43
cache : ' pnpm'
44
44
45
45
- run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 1
- name : Publish Release
1
+ name : Release Package
2
2
3
3
on :
4
4
push :
@@ -38,12 +38,11 @@ jobs:
38
38
- uses : pnpm/action-setup@v4
39
39
- uses : actions/setup-node@v4
40
40
with :
41
- node-version : 18
41
+ node-version : 22
42
42
cache : ' pnpm'
43
43
registry-url : ' https://registry.npmjs.org'
44
44
45
45
- run : pnpm install --frozen-lockfile
46
- - run : npm install -g npm@latest
47
46
- run : npm publish --provenance --access public
48
47
env :
49
48
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments