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:
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v4
14- - name : Use node.js 22 .x
14+ - name : Use node.js 20 .x
1515 uses : actions/setup-node@v4
1616 with :
17- node-version : 22
17+ node-version : 20
1818 - name : NPM Install
1919 run : npm ci
2020 - name : Check Format
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 uses : actions/checkout@v4
1313 with :
1414 ref : ${{ github.event.release.tag_name }}
15- - name : Use node.js 22 .x
15+ - name : Use node.js 20 .x
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : 22
18+ node-version : 20
1919 - name : NPM Install
2020 run : npm ci
2121 - name : Check Format
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
1313 required : false
1414 default : false
1515runs :
16- using : ' node22 '
16+ using : ' node20 '
1717 main : ' dist/index.js'
1818branding :
1919 icon : ' cloud'
You can’t perform that action at this time.
0 commit comments