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 24
24
release :
25
25
name : Release without versioning
26
26
27
- strategy :
28
- matrix :
29
- node-version : [18]
30
- os : [ubuntu-latest]
31
-
32
- runs-on : ${{ matrix.os }}
27
+ runs-on : ubuntu-latest
33
28
34
29
if : ${{ github.event_name != 'workflow_dispatch' }}
35
30
46
41
- name : Setup Node.js
47
42
uses : actions/setup-node@v3
48
43
with :
49
- node-version : ${{ matrix.node-version }}
44
+ node-version : 18
50
45
51
46
- name : Install pnpm
52
47
uses : pnpm/action-setup@v2.2.2
Original file line number Diff line number Diff line change 56
56
# related to issue, https://github.com/changesets/action/issues/201
57
57
fetch-depth : 0
58
58
59
+ - name : Setup Node.js
60
+ uses : actions/setup-node@v3
61
+ with :
62
+ node-version : 18
63
+
59
64
- name : Install pnpm
60
65
uses : pnpm/action-setup@v2.2.2
61
66
id : pnpm-install
You can’t perform that action at this time.
0 commit comments