Skip to content

Commit

Permalink
change node version to stable and specify build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
VeraZab committed Jan 4, 2024
1 parent f35dd14 commit abc9996
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '21'
node-version: '20'
- name: Clear npm cache
run: npm cache clean --force

Expand All @@ -36,4 +36,7 @@ jobs:

- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
with:
name: build-artifacts
path: build/

0 comments on commit abc9996

Please sign in to comment.