File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 - uses : actions/setup-node@v4
2121 with :
22- node-version : " 18.16.0 "
22+ node-version : " 20.12.2 "
2323 registry-url : " https://registry.npmjs.org"
2424 - name : Set version number to environment variable
2525 run : |
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v4
3232 - uses : actions/setup-node@v4
3333 with :
34- node-version : " 18.16.0 "
34+ node-version : " 20.12.2 "
3535 - run : yarn install
3636 - run : yarn run lint
3737
6363 - uses : actions/checkout@v4
6464 - uses : actions/setup-node@v4
6565 with :
66- node-version : " 18.16.0 "
66+ node-version : " 20.12.2 "
6767 - run : yarn install
6868 - run : yarn run build
6969 env :
Original file line number Diff line number Diff line change 1- 18.16.0
1+ 20.12.2
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : " 18.16.0 "
19+ node-version : " 20.12.2 "
2020 - name : Install qiita-cli
2121 run : npm install -g @qiita/qiita-cli@v1.4.1
2222 shell : bash
You can’t perform that action at this time.
0 commit comments