Skip to content

Commit

Permalink
fix: ci github pages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoVan committed Mar 27, 2024
1 parent 3d588b6 commit fa930c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,27 +87,27 @@ jobs:
run: mv .loki reports/
if: always()
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3
if: always()
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
if: always()
with:
path: 'reports'
- name: Deploy to GitHub Pages
id: deployment
if: always()
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

checks:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 17.x ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Staring Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install modules
Expand Down

0 comments on commit fa930c7

Please sign in to comment.