Skip to content

Commit

Permalink
fix workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Apr 12, 2024
1 parent 3fa9176 commit 47c84e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
# cache: yarn
# cache-dependency-path: frontend/yarn.lock

Expand All @@ -41,13 +41,14 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
id: pages
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: './frontend/out'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
4 changes: 0 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@
"typescript": "^4.9.5",
"webpack": "^5.75.0"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "[email protected]",
"prettier": {
"trailingComma": "none",
"semi": false,
Expand Down

0 comments on commit 47c84e4

Please sign in to comment.