File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
steps :
12
12
- name : Checkout
13
13
uses : actions/checkout@v4
14
- - name : Use node.js 20 .x
14
+ - name : Use node.js 22 .x
15
15
uses : actions/setup-node@v4
16
16
with :
17
- node-version : 20
17
+ node-version : 22
18
18
- name : NPM Install
19
19
run : npm ci
20
20
- name : Check Format
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
uses : actions/checkout@v4
13
13
with :
14
14
ref : ${{ github.event.release.tag_name }}
15
- - name : Use node.js 20 .x
15
+ - name : Use node.js 22 .x
16
16
uses : actions/setup-node@v4
17
17
with :
18
- node-version : 20
18
+ node-version : 22
19
19
- name : NPM Install
20
20
run : npm ci
21
21
- name : Check Format
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
13
13
required : false
14
14
default : false
15
15
runs :
16
- using : ' node20 '
16
+ using : ' node22 '
17
17
main : ' dist/index.js'
18
18
branding :
19
19
icon : ' cloud'
You can’t perform that action at this time.
0 commit comments