Skip to content

Commit

Permalink
Configuring github to run actions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayden Smith authored and Hayden Smith committed Sep 8, 2024
1 parent 9a15b01 commit ad08641
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 293 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/checkout@v2
- run: ls
- run: cd frontend && npm install && npm run build && rm -rf node_modules && cd ..
- run: cd frontend && npm install --legacy-peer-deps && npm run build && rm -rf node_modules && cd ..
- name: Publish
uses: nogsantos/scp-deploy@master
with:
Expand Down
289 changes: 0 additions & 289 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@testing-library/jest-dom": "^5.16.1",
Expand Down

0 comments on commit ad08641

Please sign in to comment.