Skip to content

Commit

Permalink
Merge pull request #3 from Annmayn/update-github-action
Browse files Browse the repository at this point in the history
Update static.yml
  • Loading branch information
Annmayn authored Apr 11, 2024
2 parents 2e8c951 + 08b16c1 commit e3ccb3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
- name: Setup 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/configure-pages@v5
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit e3ccb3a

Please sign in to comment.