File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v1
1616 - uses : actions/setup-node@v1
1717 with :
18- node-version : 10
18+ node-version : 18
1919 - run : |
20- sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
21- npm ci
22- npm run build
23- npm run test
20+ sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
21+ npm ci
22+ npm run build
23+ npm run test
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v1
1616 - uses : actions/setup-node@v1
1717 with :
18- node-version : 10
18+ node-version : 18
1919 - run : npm ci && npm run formatter
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v1
1616 - uses : actions/setup-node@v1
1717 with :
18- node-version : 10
18+ node-version : 18
1919 - run : npm ci && npm run lint
Original file line number Diff line number Diff line change 1515 node-version : 18
1616 - run : |
1717 sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
18- bash -c "node -v && export NODE_OPTIONS=--openssl-legacy-provider && node -v"
1918 npm ci
2019 npm run build
2120 npm run lint
You can’t perform that action at this time.
0 commit comments