File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,17 @@ jobs:
20
20
21
21
steps :
22
22
- uses : actions/checkout@v4
23
- with :
24
- ref : master
25
-
23
+
26
24
- uses : pnpm/action-setup@v3
27
25
with :
28
- version : 8
29
-
26
+ version : 9
27
+
30
28
- uses : actions/setup-node@v4
31
29
with :
32
30
node-version : 20.x
33
31
cache : pnpm
34
32
registry-url : https://registry.npmjs.org
35
-
33
+
36
34
- run : pnpm install --frozen-lockfile
37
35
38
36
- name : build
Original file line number Diff line number Diff line change @@ -34,17 +34,12 @@ jobs:
34
34
steps :
35
35
- uses : actions/checkout@v4
36
36
with :
37
- ref : master
38
37
fetch-depth : 0
39
38
40
39
- uses : actions/setup-node@v4
41
40
with :
42
41
node-version : lts/*
43
42
44
- - name : 🛤️ Version tag must be on master branch
45
- if : github.event_name == 'push'
46
- run : git branch --contains ${{ github.ref }} | grep master
47
-
48
43
- name : ⬆️ Bump version
49
44
if : github.event_name == 'workflow_dispatch'
50
45
id : bump-version
You can’t perform that action at this time.
0 commit comments