Skip to content

Commit

Permalink
Merge pull request #175 from LeleDallas/fix/pipeline
Browse files Browse the repository at this point in the history
ci: update pipeline
  • Loading branch information
LeleDallas committed Mar 27, 2024
2 parents e7aa97d + 0f86b6c commit ca7a5d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install
run: npm ci
- name: Build
run: npm run build
- name: Setup Pages
uses: actions/deploy-pages@v4.0.5
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit ca7a5d9

Please sign in to comment.