File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ jobs:
54
54
steps :
55
55
- name : Checkout code
56
56
uses : actions/checkout@v4
57
- - name : Setup pnpm
58
- uses : pnpm/action-setup@v3
59
- with :
60
- version : 8
61
57
- name : Setup node
62
58
uses : actions/setup-node@v4
63
59
with :
64
- node-version : ' 20'
60
+ node-version : ' 22'
61
+ - name : Setup pnpm
62
+ uses : pnpm/action-setup@v3
63
+ with :
64
+ version : 9
65
65
- name : Install
66
66
run : pnpm install
67
67
- name : Apply pre-release patch
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
steps :
15
15
- name : Checkout code
16
16
uses : actions/checkout@v4
17
- - name : Setup pnpm
18
- uses : pnpm/action-setup@v3
19
- with :
20
- version : 8
21
17
- name : Setup node
22
18
uses : actions/setup-node@v4
23
19
with :
24
- node-version : ' 20'
20
+ node-version : ' 22'
21
+ - name : Setup pnpm
22
+ uses : pnpm/action-setup@v3
23
+ with :
24
+ version : 9
25
25
- name : Setup Environment
26
26
run : node -e "console.log('PACKAGE_VERSION=' + require('./package.json').version + '\nPACKAGE_NAME=' + require('./package.json').name + '-' + require('./package.json').version)" >> $GITHUB_ENV
27
27
- name : Verify versions
You can’t perform that action at this time.
0 commit comments