File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 fi
1717 - uses : actions/setup-node@v1
1818 with :
19- node-version : ' 18 '
19+ node-version : ' 20 '
2020 - run : yarn install --frozen-lockfile
2121 - name : generate
2222 run : cd packages/module && yarn generate
3737 fi
3838 - uses : actions/setup-node@v1
3939 with :
40- node-version : ' 18 '
40+ node-version : ' 20 '
4141 - run : yarn install --frozen-lockfile
4242 - name : ESLint
4343 run : yarn lint:js
5959 fi
6060 - uses : actions/setup-node@v1
6161 with :
62- node-version : ' 18 '
62+ node-version : ' 20 '
6363 - run : yarn install --frozen-lockfile
6464 - name : generate
6565 run : cd packages/module && yarn generate
8383 fi
8484 - uses : actions/setup-node@v1
8585 with :
86- node-version : ' 18 '
86+ node-version : ' 20 '
8787 - run : yarn install --frozen-lockfile
8888 - name : generate
8989 run : cd packages/module && yarn generate
Original file line number Diff line number Diff line change 1919 shell : bash
2020 - uses : actions/setup-node@v1
2121 with :
22- node-version : ' 18 '
22+ node-version : ' 20 '
2323 - run : yarn install --frozen-lockfile
2424 - name : Build dist
2525 run : yarn build
Original file line number Diff line number Diff line change 2323 # Injected by generate-workflows.js
2424 - uses : actions/setup-node@v1
2525 with :
26- node-version : ' 18 '
26+ node-version : ' 20 '
2727 - run : yarn install --frozen-lockfile
2828 - run : yarn lint:js
2929 name : Lint JS
Original file line number Diff line number Diff line change 1717 run : yarn install --frozen-lockfile && yarn build
1818 - uses : actions/setup-node@v3
1919 with :
20- node-version : ' 18 '
20+ node-version : ' 20 '
2121 registry-url : ' https://registry.npmjs.org'
2222 - name : GitHub Tag Name example
2323 run : |
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v2
1717 - uses : actions/setup-node@v1
1818 with :
19- node-version : ' 18 '
19+ node-version : ' 20 '
2020 - run : yarn install --frozen-lockfile
2121 - name : generate
2222 run : cd packages/module && yarn generate
You can’t perform that action at this time.
0 commit comments