Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiliavir committed Jun 10, 2024
1 parent 905164d commit aba6c57
Show file tree
Hide file tree
Showing 5 changed files with 1,545 additions and 1,569 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: npm ci
run: npm ci
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.92.0'
hugo-version: '0.92.2'
extended: true
- name: Build
run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- name: ↧ Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: ↧ npm ci
run: npm ci
- name: ⚛ Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.92.0'
hugo-version: '0.92.2'
extended: true
- name: ⚙ Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
- name: Update dependencies
id: vars
run: |
Expand Down
Loading

0 comments on commit aba6c57

Please sign in to comment.