File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v3
1414 - uses : actions/setup-node@v3
1515 with :
16- node-version : 18
16+ node-version : 20
1717 - run : npm ci
1818 - run : npm pack
1919 - uses : actions/upload-artifact@v3
2626 steps :
2727 - uses : actions/checkout@v3
2828 - uses : actions/setup-node@v3
29- with : { node-version: latest }
29+ with :
30+ node-version : 20
3031 - run : npm ci
3132 - run : npx prettier --check .
3233
3536 steps :
3637 - uses : actions/checkout@v3
3738 - uses : actions/setup-node@v3
38- with : { node-version: latest }
39+ with :
40+ node-version : 20
3941 - run : npm ci
4042 - run : npx remark --frail .
4143
5153 steps :
5254 - uses : actions/setup-node@v3
5355 with :
54- node-version : 18
56+ node-version : 20
5557 registry-url : https://registry.npmjs.org
5658 - uses : actions/download-artifact@v3
5759 with : { name: package }
You can’t perform that action at this time.
0 commit comments