File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 2222 version : ${{ steps.get_version.outputs.version }}
2323 steps :
2424 - uses : actions/checkout@v4
25+ - name : Setup Node.js
26+ uses : actions/setup-node@v4
27+ with :
28+ node-version : " lts/*"
2529 - run : npm pack
2630 - uses : actions/upload-artifact@v4
2731 with :
3943 - uses : actions/download-artifact@v4
4044 with :
4145 name : build
46+ - name : Setup Node.js
47+ uses : actions/setup-node@v4
48+ with :
49+ node-version : " lts/*"
4250 - name : npm install
4351 run : |
4452 npm install ./eslint-css-${{ needs.npm-build.outputs.version }}.tgz -D
5058 - uses : actions/download-artifact@v4
5159 with :
5260 name : build
61+ - name : Setup Node.js
62+ uses : actions/setup-node@v4
63+ with :
64+ node-version : " lts/*"
5365 - name : yarn add
5466 run : |
5567 yarn add ./eslint-css-${{ needs.npm-build.outputs.version }}.tgz -D
6476 - name : Setup Node.js
6577 uses : actions/setup-node@v4
6678 with :
67- node-version : 22.14.0 # minimum for Corepack
79+ node-version : " lts/* "
6880 - name : yarn add
6981 run : |
7082 corepack enable yarn
8496 - name : Setup Node.js
8597 uses : actions/setup-node@v4
8698 with :
87- node-version : 22.14.0 # minimum for Corepack
99+ node-version : " lts/* "
88100 - name : pnpm add
89101 run : |
90102 corepack enable pnpm
@@ -102,6 +114,10 @@ jobs:
102114 - uses : actions/download-artifact@v4
103115 with :
104116 name : build
117+ - name : Setup Node.js
118+ uses : actions/setup-node@v4
119+ with :
120+ node-version : " lts/*"
105121 - name : setup bun
106122 uses : oven-sh/setup-bun@v2
107123 - name : bun install
You can’t perform that action at this time.
0 commit comments