File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 node-version : 16
2121 - name : Check if package-lock.json is up to date
2222 run : |
23- npx --yes package-lock-utd@1.x.x
23+ npx --yes package-lock-utd@1.1.0
2424 - name : Generate AWS profile
2525 run : |
2626 mkdir ~/.aws
Original file line number Diff line number Diff line change 2222 node-version : 16
2323 - name : Check if package-lock.json is up to date
2424 run : |
25- npx --yes package-lock-utd@1.x.x
25+ npx --yes package-lock-utd@1.1.0
2626 - name : Lint frontend code with ESLint
2727 run : |
2828 curl -sSL https://install.python-poetry.org | python3 -
4444 node-version : 16
4545 - name : Check if package-lock.json is up to date
4646 run : |
47- npx --yes package-lock-utd@1.x.x
47+ npx --yes package-lock-utd@1.1.0
4848 - name : Lint backend code with Flake8
4949 run : |
5050 curl -sSL https://install.python-poetry.org | python3 -
You can’t perform that action at this time.
0 commit comments