Skip to content

Commit

Permalink
Revert "chore: update actions"
Browse files Browse the repository at this point in the history
This reverts commit 5551cfd.
  • Loading branch information
shezard committed Feb 10, 2024
1 parent 5551cfd commit 804da57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v1
id: pages
- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v1
with:
path: ./build

Expand Down

0 comments on commit 804da57

Please sign in to comment.